Skip to content

okonomi/google-cloud-cli-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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