Skip to content

Commit f3c503e

Browse files
Nikhil Thoratdsmilkov
authored andcommitted
Add tfjs-converter to the top-level cloudbuild.yml. (#1837)
DEV
1 parent 512a9cd commit f3c503e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cloudbuild.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ steps:
1919
args: ['./scripts/run-build.sh', 'tfjs-core']
2020
waitFor: ['diff']
2121

22+
# Converter.
23+
- name: 'gcr.io/cloud-builders/gcloud'
24+
entrypoint: 'bash'
25+
id: 'tfjs-converter'
26+
args: ['./scripts/run-build.sh', 'tfjs-converter']
27+
waitFor: ['diff']
28+
2229
# Data.
2330
- name: 'gcr.io/cloud-builders/gcloud'
2431
entrypoint: 'bash'

0 commit comments

Comments
 (0)