Release 0.2.0 #121

Merged
Jef Roosens merged 125 commits from release-0.2.0 into main 2022-04-11 09:41:43 +02:00
Showing only changes of commit 8fd2b8c7ec - Show all commits

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'