Caching cleanup

pull/310/head
Frostebite 2022-01-02 20:58:39 +00:00
parent a0da611901
commit 19edffc7a0
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: eu-west-2
DEBUG: true
GCP_LOG_FILE: $GITHUB_WORKSPACE/cloud-runner-logs
GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs
INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci "{}"
with:
cloudRunnerCluster: aws

View File

@ -98,7 +98,7 @@ jobs:
env:
CloudRunnerBranch: remote-builder/unified-providers
DEBUG: true
GCP_LOG_FILE: $GITHUB_WORKSPACE/cloud-runner-logs
GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs
INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci "{}"
with:
cloudRunnerCluster: k8s