This commit is contained in:
parent
57d33f65c7
commit
652a1fed72
@ -15,6 +15,8 @@ steps:
|
|||||||
image: bv11-cr01.bessems.eu/proxy/alpine/curl
|
image: bv11-cr01.bessems.eu/proxy/alpine/curl
|
||||||
commands:
|
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
|
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
|
exit 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user