Caching cleanup
parent
4c480f61d6
commit
e6435fe8c0
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue