From 205fe333d39ce5c516fe7157efbac8065e8c164d Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Mon, 10 Aug 2020 15:11:34 -0400 Subject: [PATCH] Comment out invoicing pipeline deployment temporarily (#759) Currently it doesn't work with Java > 8. Fix inflight. Disable it to unblock deployment. --- release/cloudbuild-deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release/cloudbuild-deploy.yaml b/release/cloudbuild-deploy.yaml index da61cfb40..a58a12c48 100644 --- a/release/cloudbuild-deploy.yaml +++ b/release/cloudbuild-deploy.yaml @@ -56,13 +56,13 @@ steps: # "gs://$${project_id}-beam/cloudsql/admin_credential.enc" \ # deploy_spec11_pipeline --project $${project_id} # Deploy the invoicing pipeline to GCS. -- name: 'gcr.io/$PROJECT_ID/nomulus-tool:latest' - args: - - -e - - ${_ENV} - - --credential - - tool-credential.json - - deploy_invoicing_pipeline +#- name: 'gcr.io/$PROJECT_ID/nomulus-tool:latest' +# args: +# - -e +# - ${_ENV} +# - --credential +# - tool-credential.json +# - deploy_invoicing_pipeline # Save the deployed tag for the current environment on GCS. Because of b/137891685 # which causes the for-loop in the next step to fail, this may not be the last step. # TODO(weiminyu): do this in last step.