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
- 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
commands:
- |
xbps-create -A x86_64 \
-H "$${CI_REPO_URL}" \
-l "$${LICENSE}" \
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
-s "$${SHORT_DESCRIPTION}" \
-D "$${DEPENDENCIES}" \
"$${CI_WORKSPACE}/pkg"
commands: |
xbps-create -A x86_64 \
-H "$${CI_REPO_URL}" \
-l "$${LICENSE}" \
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
-s "$${SHORT_DESCRIPTION}" \
-D "$${DEPENDENCIES}" \
"$${CI_WORKSPACE}/pkg"
package-targz:
image: alpine