Skip to content

Commit

Permalink
fix(hal_k8s_run): Enable GCS. (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 27, 2017
1 parent 0b0aba5 commit ebded89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/hal_k8s_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ echo $JENKINS_PASSWORD | hal config ci jenkins master add jenkins --address $JEN
# Uses default root-folder 'spinnaker' implicitly.
hal config storage gcs edit --json-path /supporting_data/build.json \
--project $BUILD_PROJECT --bucket $GCS_BUCKET
# Enable GCS.
hal config storage edit --type gcs

hal config deploy edit --type distributed --account-name my-k8s-account
hal deploy apply
Expand Down

0 comments on commit ebded89

Please sign in to comment.