diff --git a/deploy_and_run_tests.sh b/deploy_and_run_tests.sh index 49291893f..67414ff09 100755 --- a/deploy_and_run_tests.sh +++ b/deploy_and_run_tests.sh @@ -207,7 +207,7 @@ if [[ -z "${skip_build}" ]]; then # TODO(bashir2): This will pick and include all directories in the image, # including local build and library dirs that do not need to be included. # Update this to include only the required files/directories. - gcloud container builds submit --config "${build_file}" \ + gcloud builds submit --config "${build_file}" \ --project "${project}" \ --substitutions _CUSTOM_TAG_NAME="${image_tag}" . fi