mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Comment out invoicing pipeline deployment temporarily (#759)
Currently it doesn't work with Java > 8. Fix inflight. Disable it to unblock deployment.
This commit is contained in:
parent
4a1c1d2405
commit
205fe333d3
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue