github.com/derat/nup@v0.0.0-20230418113745-15592ba7c620/build/test.yaml (about)

     1  steps:
     2    - id: run_tests
     3      name: gcr.io/${PROJECT_ID}/nup-test
     4      entrypoint: bash
     5      args: ['-e', '--', 'build/run_tests.sh']
     6      env:
     7        # Copy some Cloud Build variables to the script's environment.
     8        - PROJECT_ID=$PROJECT_ID
     9        - BUILD_ID=$BUILD_ID