forked from oscar.krause/fastapi-dls
.gitlab-ci.yml - handle artifact
This commit is contained in:
parent
334f6a704f
commit
f27d1c383e
@ -57,7 +57,10 @@ build:pamac:
|
|||||||
- source PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
|
- source PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
|
||||||
# build
|
# build
|
||||||
- sudo -u build makepkg -s
|
- sudo -u build makepkg -s
|
||||||
- ls -lah
|
artifacts:
|
||||||
|
expire_in: 1 week
|
||||||
|
paths:
|
||||||
|
- "*.pkg.tar.zst"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: python:3.10-slim-bullseye
|
image: python:3.10-slim-bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user