Skip to content
Snippets Groups Projects
Commit 26fedfd4 authored by stuebinm's avatar stuebinm
Browse files

guix pack: display build output

parent 82476838
Branches guix-pipeline
No related tags found
No related merge requests found
Pipeline #7874 passed
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
build-job: build-job:
stage: build stage: build
script: script:
- cp $(guix pack -m manifest.scm -f tarball -S /bin=bin --relocatable --relocatable) walint.tar - cp $(guix pack -m manifest.scm -f tarball -S /bin=bin --relocatable --relocatable --verbosity=4) walint.tar
artifacts: artifacts:
paths: paths:
- walint.tar - walint.tar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment