Define CLOUDSDK_PYTHON environment variable

This commit is contained in:
antoniocarlon
2020-09-23 10:16:46 +02:00
parent b793c02415
commit 7f87fc2e25

View File

@@ -12,10 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set CLOUDSDK_PYTHON path
run: echo '::set-env name=CLOUDSDK_PYTHON::/usr/bin/python'
- name: Setup gcloud authentication
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
version: '299.0.0'
service_account_key: ${{ secrets.GCS }}
- name: Pull base image