Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 230 Bytes

Google Cloud CLI for CI/CD

Google Cloud CLI container image for CI/CD.

Example

In .gitlab-ci.yml:

gcloud_test:
  stage: test
  image: ghcr.io/okonomi/google-cloud-cli-ci:latest
  script:
    - gcloud version