fix: tell makepkg what PKGBUILD to use

This commit is contained in:
Jef Roosens 2023-02-13 12:23:25 +01:00
parent 9dc77c6b86
commit 1264f2d484
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -23,7 +23,7 @@ pipeline:
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
- cd vlang
- makepkg -s --noconfirm --needed
- makepkg -p PKGBUILD.vlang -s --noconfirm --needed
publish:
image: 'curlimages/curl'