kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/extractors/gcp/examples/helloworld/helloworld.yaml (about)

     1  steps:
     2  - name: 'gcr.io/cloud-builders/go'
     3    args: ['install', '.']
     4    env: ['PROJECT_ROOT=hello']
     5  - name: 'gcr.io/cloud-builders/go'
     6    args: ['build', 'hello']
     7    env: ['PROJECT_ROOT=hello']
     8  - name: 'ubuntu'
     9    args: ['./hello']
    10  artifacts:
    11    objects:
    12      location: 'gs://${_BUCKET_NAME}/'
    13      paths: ['hello']