This commit is contained in:
parent
36c4cccf3e
commit
55cb469667
@ -13,7 +13,8 @@ steps:
|
|||||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/containers/skopeo.git .
|
- git clone https://github.com/containers/skopeo.git .
|
||||||
- git checkout tags/$SKOPEO_VERSION
|
# - git checkout tags/$SKOPEO_VERSION
|
||||||
|
- git checkout HEAD
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
@ -30,7 +31,11 @@ steps:
|
|||||||
curl \
|
curl \
|
||||||
--header "Authorization: token $GIT_APIKEY" \
|
--header "Authorization: token $GIT_APIKEY" \
|
||||||
--upload-file bin/skopeo \
|
--upload-file bin/skopeo \
|
||||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
|
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/v1.11.0-dev/skopeo
|
||||||
|
# curl \
|
||||||
|
# --header "Authorization: token $GIT_APIKEY" \
|
||||||
|
# --upload-file bin/skopeo \
|
||||||
|
# https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
GIT_APIKEY:
|
GIT_APIKEY:
|
||||||
|
Loading…
Reference in New Issue
Block a user