unfuck this pipeline

This commit is contained in:
Luca Bilke 2024-02-10 18:22:14 +01:00
parent 9e4473a097
commit 7b42dfc151
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 9 additions and 10 deletions

View File

@ -17,16 +17,15 @@ steps:
- LICENSE=GPL-2.0 - LICENSE=GPL-2.0
- SHORT_DESCRIPTION=Customized dwm - SHORT_DESCRIPTION=Customized dwm
- DEPENDENCIES=pango>=1.44,glibc>=2.32,libX11>=1.2,libXft>=2.3.8,libXinerama>=1.0.3,fontconfig>=2.6.0 - DEPENDENCIES=pango>=1.44,glibc>=2.32,libX11>=1.2,libXft>=2.3.8,libXinerama>=1.0.3,fontconfig>=2.6.0
commands: commands: |
- | xbps-create -A x86_64 \
xbps-create -A x86_64 \ -H "$${CI_REPO_URL}" \
-H "$${CI_REPO_URL}" \ -l "$${LICENSE}" \
-l "$${LICENSE}" \ -n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \ -m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \ -s "$${SHORT_DESCRIPTION}" \
-s "$${SHORT_DESCRIPTION}" \ -D "$${DEPENDENCIES}" \
-D "$${DEPENDENCIES}" \ "$${CI_WORKSPACE}/pkg"
"$${CI_WORKSPACE}/pkg"
package-targz: package-targz:
image: alpine image: alpine