Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-01-29 08:52:37 +00:00
parent c37b044b98
commit 43c335f944

View File

@@ -35,8 +35,8 @@ variables:
# Setup and configure the project # Setup and configure the project
- gcloud components update - gcloud components update
- echo $CLOUD_PROJECT_ID - echo $GCLOUD_PROJECT_ID
- gcloud config set project $CLOUD_PROJECT_ID - gcloud config set project $GCLOUD_PROJECT_ID
# Activate cloud credentials # Activate cloud credentials
- echo $SERVICE_ACCOUNT > /tmp/service-account.json - echo $SERVICE_ACCOUNT > /tmp/service-account.json