ftl/ftl_python_release.yaml (7 lines of code) (raw):
steps:
# Setup
- name: 'ubuntu'
args: ['chmod', 'a+rx', '-R', '/workspace']
# Python
# Requires _PYTHON_FTL_VERSION to be set
# This is build is triggered by pushing to a tag w/ regex python-v[\d].[\d].[\d]
# example tag: python-v0.1.0
- name: 'gcr.io/cloud-builders/bazel@sha256:7360c36bded15db68a35cfb1740a994f0a09ad5ce378a97f96d698bc223e442a'
args: ['build','//ftl:python_builder.par']
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'bazel-bin/ftl/python_builder.par', 'gs://gcp-container-tools/ftl/python/${TAG_NAME}/ftl.par']