fix: tell makepkg what PKGBUILD to use

main
Jef Roosens 2023-02-13 12:23:25 +01:00
parent 9dc77c6b86
commit 1264f2d484
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

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'