Skip to content

Commit

Permalink
Merge pull request OHIF#25 from ImagingDataCommons/wjrl-dev
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
wlongabaugh authored Nov 28, 2020
2 parents 5296a94 + ad35510 commit f6654ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idc-deploy-shell/gcloud_authenticate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if [ ! -f "deployment.key.json" ]; then
echo ${DEPLOYMENT_KEY} | base64 --decode --ignore-garbage > deployment.key.json
fi


sum deployment.key.json
gcloud auth activate-service-account --key-file deployment.key.json | sed -e 's/gserviceaccount/gsa/'
echo "Setting deployment client email to ${DEPLOYMENT_CLIENT_EMAIL}" | sed -e 's/gserviceaccount/gsa/'
gcloud auth list | sed -e 's/gserviceaccount/gsa/'
Expand Down

0 comments on commit f6654ea

Please sign in to comment.