hardcode GCP version
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user