Code update to set the default project and comment out steps 2 and 3.

Co-authored-by: jmhbnz <mail@jamesblair.net>
This commit is contained in:
Daljit Singh
2021-02-24 17:19:38 +13:00
parent 25007cca8d
commit f59b532d47
4 changed files with 12 additions and 6 deletions

View File

@ -10,7 +10,7 @@
# #+NAME: Create a new google cloud project
# Create a project id based on date
export gcp_project_id="gitlab-gcp-ci-cd"
export gcp_project_id="gitlab-gcp-ci"
# Create new project using a random project id
gcloud projects create $gcp_project_id