Skip to content

Commit

Permalink
auth docker in notebook deploy script. (hail-is#4756)
Browse files Browse the repository at this point in the history
  • Loading branch information
cseed authored and danking committed Nov 13, 2018
1 parent 722fb02 commit a3b40d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notebook/hail-ci-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/bin/sh
set -ex

gcloud -q auth activate-service-account \
--key-file=/secrets/gcr-push-service-account-key.json

gcloud -q auth configure-docker

make deploy

0 comments on commit a3b40d3

Please sign in to comment.