代码拉取完成,页面将自动刷新
steps:
# Install top-level deps.
- name: 'gcr.io/learnjs-174218/release'
entrypoint: 'yarn'
id: 'yarn'
args: ['install']
# Generate cloudbuild_generated.yml,
# which builds and tests all affected packages.
- name: 'gcr.io/learnjs-174218/release'
entrypoint: 'yarn'
id: 'generate-cloudbuild-for-packages'
args: ['generate-cloudbuild-for-packages']
waitFor: ['yarn']
env:
- 'COMMIT_SHA=$COMMIT_SHA'
- 'BRANCH_NAME=$BRANCH_NAME'
- 'BASE_BRANCH=$_BASE_BRANCH'
- 'NIGHTLY=$_NIGHTLY'
# Run the generated cloudbuild file
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
id: 'run-cloudbuild'
args: ['./scripts/run-build.sh']
waitFor: ['generate-cloudbuild-for-packages']
env: ['NIGHTLY=$_NIGHTLY']
# General settings.
timeout: 7200s
logsBucket: 'gs://tfjs-build-logs'
options:
logStreamingOption: 'STREAM_ON'
substitution_option: 'ALLOW_LOOSE'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。