ftl/ftl_php_release.yaml (7 lines of code) (raw):

steps: # Setup - name: 'ubuntu' args: ['chmod', 'a+rx', '-R', '/workspace'] # PHP # Requires _PHP_FTL_VERSION to be set # This is build is triggered by pushing to a tag w/ regex php-v[\d].[\d].[\d] # example tag: php-v0.1.0 - name: 'gcr.io/cloud-builders/bazel@sha256:7360c36bded15db68a35cfb1740a994f0a09ad5ce378a97f96d698bc223e442a' args: ['build','//ftl:php_builder.par'] - name: 'gcr.io/cloud-builders/gsutil' args: ['cp', 'bazel-bin/ftl/php_builder.par', 'gs://gcp-container-tools/ftl/php/${TAG_NAME}/ftl.par']