github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/cloudbuild/testdata/steps-script.yaml (about) 1 # https://cloud.google.com/build/docs/build-config-file-schema#script 2 3 steps: 4 - name: 'bash' 5 script: | 6 #!/usr/bin/env bash 7 echo "Hello World" 8 - name: 'ubuntu' 9 script: echo hello 10 - name: 'python' 11 script: | 12 #!/usr/bin/env python 13 print('hello from python')