chore(gitlab-ci): uniworxdb in demo-docker

This commit is contained in:
Gregor Kleen 2021-09-20 20:50:12 +02:00
parent 002148b550
commit 856f5034c4

View File

@ -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: