aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-08-01 19:14:47 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-08-01 19:23:45 +0900
commit1ec696ba01d48e3caa4e194e6c0d8e25ccb8a877 (patch)
treea28a0d345cd65f7c909cd7204265dbe2c236e8f6
parentd19b75aa58bf34068383833fb8e0a7bf6324a6af (diff)
www-tojo-tokyo: Preserve GUIX_LOCPATH.
-rwxr-xr-xjobs/deploy-test-tojo-tokyo.run2
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