Skip to content
Snippets Groups Projects
Commit ed823caf authored by Konstantin's avatar Konstantin
Browse files

CI: use alpine for releases too

parent 39f078fa
No related branches found
No related tags found
No related merge requests found
Pipeline #57138248 passed
......@@ -40,11 +40,10 @@ build-alpine-meson:
expire_in: 1 week
release-main:
image: archlinux/base
image: alpine:edge
stage: release
script:
- pacman -Sy
- pacman -S --noconfirm python3 python-pip
- apk add --no-cache python3
- pip3 install gitlab_release
- python3 -m gitlab_release ${PRIVATE_TOKEN} build/vala-panel*.tar.xz
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment