From b9cd4ca05a894562aca076e36019d31e7c115805 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 21 Dec 2021 23:08:13 +0000 Subject: [PATCH] break download step into remote-client template --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- .github/workflows/cloud-runner-k8s-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index a7b32f24..b2de7d29 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -73,7 +73,6 @@ jobs: AWS_DEFAULT_REGION: eu-west-2 CloudRunnerBranch: remote-builder/unified-providers DEBUG: true - versioning: None with: cloudRunnerCluster: aws projectPath: ${{ matrix.projectPath }} @@ -81,3 +80,4 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} githubToken: ${{ secrets.GITHUB_TOKEN }} awsBaseStackName: game-ci-stack-integration-tests + versioning: None diff --git a/.github/workflows/cloud-runner-k8s-pipeline.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml index 60c31398..0369b706 100644 --- a/.github/workflows/cloud-runner-k8s-pipeline.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -77,7 +77,6 @@ jobs: env: DEBUG: true CloudRunnerBranch: remote-builder/unified-providers - versioning: None with: cloudRunnerCluster: k8s UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} @@ -86,6 +85,7 @@ jobs: githubToken: ${{ secrets.GITHUB_TOKEN }} projectPath: test-project unityVersion: 2019.3.15f1 + versioning: None ########################### # Upload #