From 17bbc5fadfc965cdd6c8e107f13992a26c145259 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 28 Sep 2022 02:41:06 +0100 Subject: [PATCH] Copy cloud runner cache into github workspace directory --- .github/workflows/cloud-runner-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 786c756a..5aa85888 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -198,6 +198,7 @@ jobs: - name: upload image: amazon/aws-cli commands: | + printenv 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