Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 336 Bytes

GCB_hello_world

This is a test repo for learning Google Claud Build. Lets experimenting! :)

Build project locally

  1. Try cloud-build local: cloud-build-local --config=cloudbuild.yaml --dryrun=false .

Run build hello world in the cloud

  1. Try cloud-build in cloud, using CLI: gcloud builds submit --config cloudbuild.yaml