diff options
author | EuAndreh <eu@euandre.org> | 2019-06-11 00:02:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-11 00:02:37 -0300 |
commit | 989408a4c1c60238247990d250f934c49f3bea47 (patch) | |
tree | 4c0a6a6d599408521812ecf0c08a20c019a9d609 /scripts | |
parent | Quiet import GPG (diff) | |
download | server-989408a4c1c60238247990d250f934c49f3bea47.tar.gz server-989408a4c1c60238247990d250f934c49f3bea47.tar.xz |
Set the directory before sourcing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh index 5f3d0e8..a21ce47 100755 --- a/scripts/ci/setup.sh +++ b/scripts/ci/setup.sh @@ -16,7 +16,7 @@ popd chmod 400 ./secrets/ssh/vps-box-client echo "Done." -echo "source ./vps/.envrc" >> ~/.buildenv +echo "cd ./vps/ && source .envrc && cd ../" >> ~/.buildenv source .envrc |