aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-19 19:14:00 -0300
committerEuAndreh <eu@euandre.org>2023-04-19 19:14:00 -0300
commit232644c3f6cc284675b824ff057b8cdf0cd3214a (patch)
treea926a3d80fa969ea50ca39f75b42c7bff0afa836
parentcicd.sh: Update help string (diff)
downloadtoph-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-xsrc/infrastructure/scripts/cicd.sh2
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