Skip to content

Commit

Permalink
-> No more cached Google deps
Browse files Browse the repository at this point in the history
-> Echo config
  • Loading branch information
s-paquette committed Dec 5, 2019
1 parent ac99d00 commit 9ae577b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jobs:
- restore_cache:
keys:
- idc-webapp-lib-{{ checksum "requirements.txt" }}
- restore_cache:
keys:
- idc-webapp-google-deps-{{ checksum "shell/install-deps.sh" }}
- run:
name: Install Dependencies
command: |
Expand Down
10 changes: 5 additions & 5 deletions shell/gcloud_authenticate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ if [ ! -f "deployment.key.json" ]; then
echo ${DEPLOYMENT_KEY} | base64 --decode --ignore-garbage > deployment.key.json
fi

echo "Activating service account for deployment"
gcloud auth activate-service-account --key-file deployment.key.json

echo "Setting deployment account to ${DEPLOYMENT_CLIENT_EMAIL}"
gcloud config set account $DEPLOYMENT_CLIENT_EMAIL

echo "Setting deployment project to ${DEPLOYMENT_PROJECT_ID}"
gcloud config set project "$DEPLOYMENT_PROJECT_ID"

echo "GCloud Config for Deployment:"
gcloud config


0 comments on commit 9ae577b

Please sign in to comment.