aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/cicd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/scripts/cicd.sh')
-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