This commit is contained in:
parent
36c4cccf3e
commit
55cb469667
@ -13,7 +13,8 @@ steps:
|
||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||
commands:
|
||||
- git clone https://github.com/containers/skopeo.git .
|
||||
- git checkout tags/$SKOPEO_VERSION
|
||||
# - git checkout tags/$SKOPEO_VERSION
|
||||
- git checkout HEAD
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
@ -30,7 +31,11 @@ steps:
|
||||
curl \
|
||||
--header "Authorization: token $GIT_APIKEY" \
|
||||
--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:
|
||||
CGO_ENABLED: 0
|
||||
GIT_APIKEY:
|
||||
|
Loading…
Reference in New Issue
Block a user