github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/cloudbuild/testdata/sub.yaml (about)

     1  # https://cloud.google.com/build/docs/build-config-file-schema#substitutions
     2  
     3  steps:
     4  - name: 'ubuntu'
     5    args: ['echo', 'hello ${_SUB_VALUE}']
     6  substitutions:
     7      _SUB_VALUE: world
     8  options:
     9      substitution_option: 'ALLOW_LOOSE'