fix(ci): only download PKGBUILD instead of cloning entire repo

This commit is contained in:
Jef Roosens 2022-04-30 22:22:12 +02:00
parent 4a47c7bbdc
commit 60598f719c
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,7 @@ matrix:
platform: ${PLATFORM}
branches: [dev]
skip_clone: true
pipeline:
build:
@ -20,7 +21,9 @@ pipeline:
- chown -R builder:builder "$PWD"
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
# Build the package
# Due to a bug with the V compiler, we can't just use the PKGBUILD from
# inside the repo
- curl -OL https://git.rustybever.be/Chewing_Bever/vieter/raw/branch/dev/PKGBUILD
- makepkg -s --noconfirm --needed
publish: