From 76fc76bbcd596cf9300cf735cdad56ff55b57a59 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 1 May 2022 19:50:29 +0100 Subject: [PATCH] Only allow ephemeral runners when using cloud runner integration tests flag to avoid unexpected hangup --- .github/workflows/cloud-runner-k8s-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cloud-runner-k8s-pipeline.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml index a6e8d11f..c6c804a2 100644 --- a/.github/workflows/cloud-runner-k8s-pipeline.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -105,7 +105,6 @@ jobs: aws s3 ls aws s3 ls game-ci-test-storage ls /data/cache/$CACHE_KEY - echo "/data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar s3://game-ci-test-storage/$CACHE_KEY/$BUILD_FILE" aws s3 cp /data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar s3://game-ci-test-storage/$CACHE_KEY/build-$BUILD_GUID.tar secrets: - name: awsAccessKeyId