Skip to content

Commit aeea150

Browse files
ci: correct service account key file location
1 parent 59e0fa6 commit aeea150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "${CIRCLE_BRANCH}" == "master" ] && [ "${CI_PULL_REQUEST}" == "" ]
2929
then
3030
# This is a push to master, so system tests will be run.
3131
echo $GCLOUD_TESTS_KEY | base64 --decode > ${HOME}/key.json
32-
export GCLOUD_TESTS_KEY="$(pwd)/key.json"
32+
export GCLOUD_TESTS_KEY="$(HOME)/key.json"
3333
fi
3434

3535
git config --global user.name "circle-ci"

0 commit comments

Comments
 (0)