From 0eb5a90923e4d8650f9b6562db752342a29c377b Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 29 Nov 2023 10:48:56 +0100 Subject: [PATCH] fix ci --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d50d488..cecb25d 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 dwmblocks-async" + - LICENSE=GPL-2.0 + - SHORT_DESCRIPTION=Customized dwmblocks-async 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