Skip to content

Commit

Permalink
don't use home
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jun 29, 2018
1 parent a0266e6 commit 403e1db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ defaults: &defaults
- image: quramy/node-nightmare
environment:
DISPLAY: ":99"
GOOGLE_APPLICATION_CREDENTIALS: "${HOME}/gcloud-service-key.json"
GOOGLE_APPLICATION_CREDENTIALS: "/root/gcloud-service-key.json"

version: 2
jobs:
Expand All @@ -14,9 +14,7 @@ jobs:
- checkout
- run:
name: setup GCP
command: |
echo $GCLOUD_SERVICE_KEY > ${HOME}/gcloud-service-key.json
ls -l ${HOME}
command: echo $GCLOUD_SERVICE_KEY > /root/gcloud-service-key.json
- restore_cache:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit 403e1db

Please sign in to comment.