chore(gitlab-ci): uniworxdb in demo-docker
This commit is contained in:
parent
002148b550
commit
856f5034c4
@ -231,6 +231,7 @@ demo docker:
|
||||
stage: docker:build
|
||||
script:
|
||||
- xzcat uniworx:exe:uniworx.nar.xz | nix-store --import
|
||||
- xzcat uniworx:exe:uniworxdb.nar.xz | nix-store --import
|
||||
- nix -L build -o result .#uniworxDemoDocker
|
||||
- nix-store --export $(nix-store -qR result) > uniworx-demo.nar # image is already compressed, no need for xz
|
||||
- cp -pr --reflink=auto -L result uniworx-demo.tar.gz
|
||||
@ -246,6 +247,8 @@ demo docker:
|
||||
artifacts: false
|
||||
- job: uniworx:exe:uniworx
|
||||
artifacts: true
|
||||
- job: uniworx:exe:uniworxdb
|
||||
artifacts: true
|
||||
- job: check # sanity
|
||||
artifacts: false
|
||||
artifacts:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user