Caching cleanup
parent
a0da611901
commit
19edffc7a0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue