Skip to content
Snippets Groups Projects
Commit 41d43cca authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-guix-pack' into 'master'

[ci] Fix guix pack

See merge request ogs/ogs!4879
parents 0c44fc4d 8650fb4d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,12 @@ deploy guix container eve:
script:
- which guix
- guix describe
# All processes.
# Build phase, retry once if failed
- guix time-machine -C scripts/guix/channels.scm -- build bash coreutils
- if [ $? -ne 0 ]; then !!; fi
- guix time-machine -C scripts/guix/channels.scm -- build ogs-petsc --with-source=ogs-petsc@6.5.0-testing=$PWD
- if [ $? -ne 0 ]; then !!; fi
# Pack phase
- image=$( guix time-machine -C scripts/guix/channels.scm -- pack -RR --format=squashfs bash coreutils ogs-petsc --with-source=ogs-petsc@6.5.0-testing=$PWD | tee | tail -1 )
- echo "Image $image"
- ssh sonjenk@frontend2.eve.ufz.de rm -f ${GUIX_PETSC_CONTAINER}
......
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