From d56e72995c5875815f56281417229e74ff1939e2 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 2 Jan 2022 18:46:43 +0000 Subject: [PATCH] Caching cleanup --- .github/workflows/cloud-runner-aws-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 7516839a..52e6cc1b 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -68,7 +68,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} AWS_BASE_STACK_NAME: game-ci-stack-integration-tests CLOUD_RUNNER_TESTS: true - INIT_HOOK: touch /var/log/cloud-runner-logs && tail -f /var/log/cloud-runner-logs | xargs -I{} gcloud logging write game-ci "{}" + INIT_HOOK: touch /var/log/cloud-runner-logs || tail -f /var/log/cloud-runner-logs | xargs -I{} gcloud logging write game-ci "{}" - uses: ./ id: aws-fargate-unity-build env: @@ -77,7 +77,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: eu-west-2 DEBUG: true - INIT_HOOK: touch /var/log/cloud-runner-logs && tail -f /var/log/cloud-runner-logs | xargs -I{} gcloud logging write game-ci "{}" + INIT_HOOK: touch /var/log/cloud-runner-logs || tail -f /var/log/cloud-runner-logs | xargs -I{} gcloud logging write game-ci "{}" with: cloudRunnerCluster: aws versioning: None