Define CLOUDSDK_PYTHON environment variable
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -12,10 +12,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Set CLOUDSDK_PYTHON path
|
||||||
|
run: echo '::set-env name=CLOUDSDK_PYTHON::/usr/bin/python'
|
||||||
|
|
||||||
- name: Setup gcloud authentication
|
- name: Setup gcloud authentication
|
||||||
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
||||||
with:
|
with:
|
||||||
version: '299.0.0'
|
|
||||||
service_account_key: ${{ secrets.GCS }}
|
service_account_key: ${{ secrets.GCS }}
|
||||||
|
|
||||||
- name: Pull base image
|
- name: Pull base image
|
||||||
|
|||||||
Reference in New Issue
Block a user