diff options
author | EuAndreh <eu@euandre.org> | 2019-06-10 23:57:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-10 23:57:33 -0300 |
commit | b55b57d0252987b694e56f4540241cd44d09578a (patch) | |
tree | a8c81039dbbb1c1802e97e4b8e92ee0eb0b57aa5 /scripts | |
parent | Remove call to =cd= in envrc files (diff) | |
download | server-b55b57d0252987b694e56f4540241cd44d09578a.tar.gz server-b55b57d0252987b694e56f4540241cd44d09578a.tar.xz |
Allow envrc to be sourced in CI
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/setup.sh | 6 |
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 |