Skip to content

Commit

Permalink
[ci,guix] Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jul 15, 2024
1 parent 7ddd2ed commit ec2b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/build-guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build guix:
# SteadyStateDiffusion only!
- |
if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci::guix\ only.* ]]; then
guix time-machine -C scripts/guix/channels.scm -- build ogs-serial --with-source=ogs=$PWD
guix time-machine -C scripts/guix/channels.scm -- build ogs-serial --with-source=ogs-serial=$PWD
guix time-machine -C scripts/guix/channels.scm -- build ogs-petsc --with-source=ogs-petsc=$PWD
else
guix time-machine -C scripts/guix/channels.scm -- build ogs-ssd --with-source=ogs-ssd=$PWD
Expand Down

0 comments on commit ec2b605

Please sign in to comment.