Skip to content

Commit

Permalink
Merge pull request OHIF#26 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 f6654ea + 2f15165 commit 82d1019
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,13 @@ jobs:
name: Copy to cloud
command: |
pushd ~/Viewers/platform/viewer/dist/ > /dev/null
echo "****************"
which gsutil
gcloud auth list | sed -e 's/gserviceaccount/gsa/'
gcloud config list | sed -e 's/gserviceaccount/gsa/'
gsutil version -l
gsutil web set -m index.html -e index.html gs://${WBUCKET}
echo "****************"
#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}
popd > /dev/null
Expand Down

0 comments on commit 82d1019

Please sign in to comment.