Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
gcloud builds replaces gcloud container builds. (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendory authored and dlorenc committed Jul 24, 2018
1 parent 93b7e80 commit 673a974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CLUSTER_NAME="jetty-runtime-integration-cluster"

set +e
set -x
gcloud container builds submit \
gcloud builds submit \
--config=${buildConfigDir}/build.yaml \
--substitutions=\
"_IMAGE=$IMAGE,"\
Expand All @@ -98,7 +98,7 @@ gcloud container builds submit \
testResult=$?

# once build has completed, kick off async cleanup build
gcloud container builds submit \
gcloud builds submit \
--config=${buildConfigDir}/cleanup.yaml \
--substitutions=\
"_GCP_TEST_PROJECT=$GCP_TEST_PROJECT,"\
Expand Down

0 comments on commit 673a974

Please sign in to comment.