From 989408a4c1c60238247990d250f934c49f3bea47 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 11 Jun 2019 00:02:37 -0300 Subject: Set the directory before sourcing --- scripts/ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci') 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 -- cgit v1.2.3