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:
parent
729f5abcc0
commit
a16dc82cef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user