aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-11 00:02:37 -0300
committerEuAndreh <eu@euandre.org>2019-06-11 00:02:37 -0300
commit989408a4c1c60238247990d250f934c49f3bea47 (patch)
tree4c0a6a6d599408521812ecf0c08a20c019a9d609 /scripts
parentQuiet import GPG (diff)
downloadserver-989408a4c1c60238247990d250f934c49f3bea47.tar.gz
server-989408a4c1c60238247990d250f934c49f3bea47.tar.xz
Set the directory before sourcing
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/setup.sh2
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