aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-10 23:57:33 -0300
committerEuAndreh <eu@euandre.org>2019-06-10 23:57:33 -0300
commitb55b57d0252987b694e56f4540241cd44d09578a (patch)
treea8c81039dbbb1c1802e97e4b8e92ee0eb0b57aa5 /scripts
parentRemove call to =cd= in envrc files (diff)
downloadserver-b55b57d0252987b694e56f4540241cd44d09578a.tar.gz
server-b55b57d0252987b694e56f4540241cd44d09578a.tar.xz
Allow envrc to be sourced in CI
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh
index 6f5b0c4..d3b4874 100755
--- a/scripts/ci/setup.sh
+++ b/scripts/ci/setup.sh
@@ -12,11 +12,11 @@ pushd ../vps-state/
git crypt unlock
git remote set-url origin git@git.sr.ht:~euandreh/vps-state
popd
-echo "Done."
-
# git smudge after git-crypt clears file permissions
chmod 400 ./secrets/ssh/vps-box-client
-cat .envrc >> ~/.buildenv
+echo "Done."
+
+echo "source ./vps/.envrc" >> ~/.buildenv
source .envrc