Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8a25d commit 7a1444fCopy full SHA for 7a1444f
build.sh
@@ -29,8 +29,8 @@ interpreter=0 # Should build interpreters instead of images
29
30
# Note that $gcloud_cmd has spaces in it
31
gcloud_cmd="gcloud container builds submit"
32
-# May need to install via "gcloud components install container-builder-local"
33
-local_gcloud_cmd="container-builder-local --push=false --dryrun=false"
+# May need to install via "gcloud components install cloud-build-local"
+local_gcloud_cmd="cloud-build-local --push=false --dryrun=false"
34
35
# Helper functions
36
function fatal() {
0 commit comments