Skip to content

Commit

Permalink
Merge pull request OHIF#23 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 5c2cd3b + 24886e6 commit f436fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
command: |
pushd ~/Viewers/platform/viewer/dist/ > /dev/null
which gsutil
gsutil config
gsutil version -l
gsutil web set -m index.html -e index.html gs://${WBUCKET}
gsutil -h "Cache-Control:no-cache, max-age=0" rsync -d -r . gs://${WBUCKET}
Expand Down
6 changes: 3 additions & 3 deletions idc-deploy-shell/gcloud_authenticate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ if [ ! -f "deployment.key.json" ]; then
fi

gcloud auth activate-service-account --key-file deployment.key.json
echo "Setting deployment client email to ${DEPLOYMENT_CLIENT_EMAIL}"
gcloud auth list
echo "Setting deployment client email to ${DEPLOYMENT_CLIENT_EMAIL}" | sed -e 's/google//'
gcloud auth list | sed -e 's/google//'
echo "Return code for gcloud auth list is $?"

gcloud config set account $DEPLOYMENT_CLIENT_EMAIL
echo "Setting deployment project to ${DEPLOYMENT_PROJECT_ID}"
echo "Setting deployment project to ${DEPLOYMENT_PROJECT_ID}" | sed -e 's/idc//'
gcloud config set project "$DEPLOYMENT_PROJECT_ID"

0 comments on commit f436fec

Please sign in to comment.