We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512a9cd commit f3c503eCopy full SHA for f3c503e
cloudbuild.yml
@@ -19,6 +19,13 @@ steps:
19
args: ['./scripts/run-build.sh', 'tfjs-core']
20
waitFor: ['diff']
21
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
+
29
# Data.
30
- name: 'gcr.io/cloud-builders/gcloud'
31
entrypoint: 'bash'
0 commit comments