Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a1444f

Browse files
committed
container-builder-local has been renamed cloud-build-local.
1 parent bb8a25d commit 7a1444f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ interpreter=0 # Should build interpreters instead of images
2929

3030
# Note that $gcloud_cmd has spaces in it
3131
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"
32+
# May need to install via "gcloud components install cloud-build-local"
33+
local_gcloud_cmd="cloud-build-local --push=false --dryrun=false"
3434

3535
# Helper functions
3636
function fatal() {

0 commit comments

Comments
 (0)