clean up ci
This commit is contained in:
parent
bf82d3ce4d
commit
362600c0bb
|
@ -45,6 +45,8 @@ steps:
|
|||
|
||||
publish-xbps:
|
||||
image: alpine
|
||||
environment:
|
||||
- XBPS_TARGET_ARCH="x86_64"
|
||||
secrets:
|
||||
- source: xbps_pem_passphrase
|
||||
target: XBPS_PASSPHRASE
|
||||
|
@ -52,7 +54,7 @@ steps:
|
|||
- /srv/xbps:/target
|
||||
- /etc/woodpecker/:/etc/woodpecker:ro
|
||||
commands: |
|
||||
export XBPS_TARGET_ARCH="x86_64"
|
||||
export XBPS_TARGET_ARCH
|
||||
tar xvf xbps-static-latest.x86_64-musl.tar.xz -C /
|
||||
mv $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps /target
|
||||
xbps-rindex -daf /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps
|
||||
|
|
Loading…
Reference in New Issue