fix ci
This commit is contained in:
parent
f4d917a3be
commit
0eb5a90923
|
@ -13,8 +13,8 @@ steps:
|
||||||
package-xbps:
|
package-xbps:
|
||||||
image: ghcr.io/void-linux/void-musl-busybox
|
image: ghcr.io/void-linux/void-musl-busybox
|
||||||
environment:
|
environment:
|
||||||
- LICENSE="GPL-2.0"
|
- LICENSE=GPL-2.0
|
||||||
- SHORT_DESCRIPTION="Customized dwmblocks-async"
|
- SHORT_DESCRIPTION=Customized dwmblocks-async
|
||||||
commands: |
|
commands: |
|
||||||
xbps-create -A x86_64 \
|
xbps-create -A x86_64 \
|
||||||
-H "$${CI_REPO_URL}" \
|
-H "$${CI_REPO_URL}" \
|
||||||
|
@ -43,7 +43,7 @@ steps:
|
||||||
publish-xbps:
|
publish-xbps:
|
||||||
image: ghcr.io/void-linux/void-musl-busybox
|
image: ghcr.io/void-linux/void-musl-busybox
|
||||||
environment:
|
environment:
|
||||||
- XBPS_TARGET_ARCH="x86_64"
|
- XBPS_TARGET_ARCH=x86_64
|
||||||
secrets:
|
secrets:
|
||||||
- source: xbps_pem_passphrase
|
- source: xbps_pem_passphrase
|
||||||
target: XBPS_PASSPHRASE
|
target: XBPS_PASSPHRASE
|
||||||
|
|
Loading…
Reference in New Issue