From 232644c3f6cc284675b824ff057b8cdf0cd3214a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Apr 2023 19:14:00 -0300 Subject: cicd.sh: Use stub Guix fallback shell --- src/infrastructure/scripts/cicd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3