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

     1  # https://cloud.google.com/build/docs/build-config-file-schema#dir
     2  
     3  steps:
     4  - name: 'gcr.io/cloud-builders/go'
     5    args: ['install', '.']
     6    env: ['PROJECT_ROOT=hello']
     7    dir: 'examples/hello_world'