mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-25 00:15:25 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user