mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-13 21:25:51 -05: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…
Reference in New Issue
Block a user