From 3e33b35a8aa69388e15c70b139ce6f17039cc22b Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 14 Dec 2022 21:28:52 +0000 Subject: [PATCH] cleanup local pipeline, log aws formation --- .github/workflows/cloud-runner-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index ec487fef..971a4d68 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout (default) uses: actions/checkout@v2 with: - lfs: true + lfs: false - uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }} @@ -114,7 +114,7 @@ jobs: - name: Checkout (default) uses: actions/checkout@v2 with: - lfs: true + lfs: false - run: yarn - uses: ./ id: unity-build @@ -151,7 +151,7 @@ jobs: - name: Checkout (default) uses: actions/checkout@v2 with: - lfs: true + lfs: false - run: yarn - uses: ./ id: unity-build