This commit is contained in:
parent
1dabfb86b7
commit
4023baad33
@ -15,7 +15,7 @@ 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 tags/v1.9.1
|
||||
- name: Build binary
|
||||
image: bv11-cr01.bessems.eu/proxy/library/golang
|
||||
@ -28,9 +28,9 @@ steps:
|
||||
- bin/skopeo --version
|
||||
- |
|
||||
curl \
|
||||
--header "Authorization: token $GIT_APIKEY"
|
||||
--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/$${SKOPEO_VERSION}/skopeo
|
||||
# - cp bin/skopeo /output
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
|
Loading…
Reference in New Issue
Block a user