From dbb7248f67cfcde47f0019c0f1c38bd09eac787d Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 23 Sep 2020 09:44:04 +0200 Subject: [PATCH] hardcode GCP version --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88ad2fc..525d862 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: - name: Setup gcloud authentication uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + version: '300.0.0' with: service_account_key: ${{ secrets.GCS }} @@ -30,9 +31,6 @@ jobs: - name: Copy ci files to root run: cp ci-tools/repos/${{ github.event.repository.name }}/* . - - name: Define CLOUDSDK_PYTHON environment variable - run: export CLOUDSDK_PYTHON=/usr/bin/python - - name: Start docker-compose services run: docker-compose -f docker-compose.yaml up -d