File: cloudbuild.yaml

package info (click to toggle)
python-id 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 905; makefile: 80; sh: 5
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
steps:
  # Install dependencies
  - name: python
    entrypoint: python
    args: ["-m", "pip", "install", ".", "--user"]

  # Generate ambient GCP credentials
  - name: python
    entrypoint: python
    args: ["-m", "id", "throwaway"]
    env:
      - "GOOGLE_SERVICE_ACCOUNT_NAME=sigstore-python-test@projectsigstore.iam.gserviceaccount.com"