Skip to content

Commit

Permalink
fix(hal_k8s_run): Update GCS config command. (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 27, 2017
1 parent 80b2964 commit 9cf286b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/hal_k8s_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ hal config ci jenkins enable
echo $JENKINS_PASSWORD | hal config ci jenkins master add jenkins --address $JENKINS_ADDRESS --username $JENKINS_USERNAME --password

# Uses default root-folder 'spinnaker' implicitly.
hal config storage edit --account-name my-gce-account --bucket $GCS_BUCKET
hal config storage gcs edit --json-path /supporting_data/build.json \
--project $BUILD_PROJECT --bucket $GCS_BUCKET

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

0 comments on commit 9cf286b

Please sign in to comment.