aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2018-09-12 13:57:05 -0400
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-09-12 18:44:59 +0000
commitb78becc40c5b467e4aa2b1b407e3dc93f3b83778 (patch)
tree8a2011bf0fdecd75045a1f10ebef38711d82c241 /docker
parentfd007644c8d869e1cc1b401854928e8082fb5ac2 (diff)
downloadplatform_external_skqp-b78becc40c5b467e4aa2b1b407e3dc93f3b83778.tar.gz
platform_external_skqp-b78becc40c5b467e4aa2b1b407e3dc93f3b83778.tar.bz2
platform_external_skqp-b78becc40c5b467e4aa2b1b407e3dc93f3b83778.zip
Fix container builder command line.
The gcloud commands have moved. Bug: skia: Change-Id: I2af39ccfe0efe121766b7b0e2fe3cdb8cd8c4012 Reviewed-on: https://skia-review.googlesource.com/154040 Auto-Submit: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/cloudbuild.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/cloudbuild.yaml b/docker/cloudbuild.yaml
index 58dd8ca516..fa9156fe42 100644
--- a/docker/cloudbuild.yaml
+++ b/docker/cloudbuild.yaml
@@ -4,7 +4,7 @@
steps:
# To test locally, first uncomment the last two lines of this comment block, then submit with:
#
- # gcloud container builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=e01683e81de03caf5a2f9a23a5ae9f644908b56f
+ # gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a93927a57cc1fa9323839e788379ae3366
#
# Where COMMIT_SHA is updated to the last commit into Skia.
#