Caching cleanup

pull/310/head
Frostebite 2022-01-02 05:27:30 +00:00
parent 4c480f61d6
commit e6435fe8c0
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BASE_STACK_NAME: game-ci-stack-integration-tests
CLOUD_RUNNER_TESTS: true
INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}"
- uses: ./
id: aws-fargate-unity-build
env:

View File

@ -99,6 +99,7 @@ jobs:
env:
CloudRunnerBranch: remote-builder/unified-providers
DEBUG: true
INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}"
with:
cloudRunnerCluster: k8s
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}