From 857c9c1ca614d7929c25ee3bbd77f33c5f59780c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 19 Sep 2022 00:35:12 +0100 Subject: [PATCH] skip included contents --- .github/workflows/cloud-runner-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 7da1da32..0b90a55a 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -102,7 +102,6 @@ jobs: aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID --profile default aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY --profile default aws configure set region $AWS_DEFAULT_REGION --profile default - tree -L /data/cache/$CACHE_KEY aws s3 cp /data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar.lz4 s3://game-ci-test-storage/$CACHE_KEY/build-$BUILD_GUID.tar.lz4 secrets: - name: awsAccessKeyId