clean up ci

This commit is contained in:
Luca Bilke 2023-11-23 23:14:53 +01:00
parent bf82d3ce4d
commit 362600c0bb
1 changed files with 3 additions and 1 deletions

View File

@ -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