diff options
author | EuAndreh <eu@euandre.org> | 2023-04-19 19:14:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-19 19:14:00 -0300 |
commit | 232644c3f6cc284675b824ff057b8cdf0cd3214a (patch) | |
tree | a926a3d80fa969ea50ca39f75b42c7bff0afa836 | |
parent | cicd.sh: Update help string (diff) | |
download | toph-232644c3f6cc284675b824ff057b8cdf0cd3214a.tar.gz toph-232644c3f6cc284675b824ff057b8cdf0cd3214a.tar.xz |
cicd.sh: Use stub Guix fallback shell
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 232644c3f6cc284675b824ff057b8cdf0cd3214a
git notes --ref=refs/notes/ci-data show 232644c3f6cc284675b824ff057b8cdf0cd3214a
Exit status: 0
Duration: 21
-rwxr-xr-x | src/infrastructure/scripts/cicd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/scripts/cicd.sh b/src/infrastructure/scripts/cicd.sh index dd6c534..58f4fce 100755 --- a/src/infrastructure/scripts/cicd.sh +++ b/src/infrastructure/scripts/cicd.sh @@ -149,7 +149,7 @@ guix system describe if [ -f manifest.scm ]; then guix shell -Cv3 -m manifest.scm -- make dev else - sudo -u deployer make dev + guix shell -Cv3 -- make dev fi if [ "$DRY_RUN" = false ]; then |