diff --git a/.woodpecker.yml b/.woodpecker.yml index 3becc0d..705efbc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,8 +13,8 @@ steps: package-xbps: image: ghcr.io/void-linux/void-musl-busybox environment: - - LICENSE="GPL-2.0" - - SHORT_DESCRIPTION="Customized dwm" + - LICENSE=GPL-2.0 + - SHORT_DESCRIPTION=Customized dwm commands: | xbps-create -A x86_64 \ -H "$${CI_REPO_URL}" \ @@ -43,7 +43,7 @@ steps: publish-xbps: image: ghcr.io/void-linux/void-musl-busybox environment: - - XBPS_TARGET_ARCH="x86_64" + - XBPS_TARGET_ARCH=x86_64 secrets: - source: xbps_pem_passphrase target: XBPS_PASSPHRASE