diff --git a/.drone.yml b/.drone.yml index ca47820..f9b36cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,8 @@ steps: image: bv11-cr01.bessems.eu/proxy/alpine/curl commands: - | + #!/bin/bash + if [[ $(curl -s -o /dev/null -w "%{http_code}" https://code.spamasaurus.com/api/v1/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION) -ne '200']]; then exit 0 else