Switched arch build curl back to other image

main^2
Jef Roosens 2022-04-07 16:23:52 +02:00
parent e074af64da
commit 8fd2b8c7ec
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pipeline:
- makepkg -s --noconfirm --needed
publish:
image: 'curlimages/curl:latest'
image: 'archlinux:base-devel'
commands:
# Publish the package
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "$pkg" -H "X-API-KEY: $VIETER_API_KEY" https://arch.r8r.be/vieter/publish; done'