1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-17 19:19:16 +01:00

Bugfix gitlab-ci

Artifacts need to be yielded from build stage in order to have
these available in the following stages
This commit is contained in:
icex2 2021-12-28 23:41:04 +01:00
parent 729f5abcc0
commit a16dc82cef

View File

@ -41,6 +41,10 @@ build:
- apk update && apk add make > /dev/null
script:
- make build-docker
artifacts:
paths:
- build
expire_in: 1 week
upload-package-registry:
stage: upload