diff options
-rwxr-xr-x | jobs/deploy-test-tojo-tokyo.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/deploy-test-tojo-tokyo.run b/jobs/deploy-test-tojo-tokyo.run index fc01117..02684f1 100755 --- a/jobs/deploy-test-tojo-tokyo.run +++ b/jobs/deploy-test-tojo-tokyo.run @@ -3,4 +3,4 @@ set -euo pipefail git clone https://git.tojo.tokyo/www-tojo-tokyo.git . git checkout "develop" -guix environment --expose="$LAMINAR_HOME/.ssh" --container --pure --network -l guix.scm -- make deploy-test +guix environment --preserve="GUIX_LOCPATH" --expose="$LAMINAR_HOME/.ssh" --container --pure --network -l guix.scm -- make deploy-test |