diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 138871e9a..4cc2b543a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,12 +7,19 @@ definitions: pipelines: branches: feature/VRFS-5283: - - step: - name: Build Container Image - script: - - docker build . - services: - - docker + # - step: + # name: Build Container Image + # script: + # - docker build . + # services: + # - docker + - step: push-gcp + name: Push to GCP registry + image: google/cloud-sdk:alpine + script: + - echo $GCLOUD_API_KEYFILE | base64 -d > ./gcloud-api-key.json + - gcloud auth activate-service-account --key-file gcloud-api-key.json + - gcloud config set project $GCLOUD_PROJECT develop: - step: name: Build Staging