diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index decd27d0..a7b32f24 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -73,6 +73,7 @@ jobs: AWS_DEFAULT_REGION: eu-west-2 CloudRunnerBranch: remote-builder/unified-providers DEBUG: true + versioning: None with: cloudRunnerCluster: aws projectPath: ${{ matrix.projectPath }} diff --git a/.github/workflows/cloud-runner-k8s-pipeline.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml index f24bab91..60c31398 100644 --- a/.github/workflows/cloud-runner-k8s-pipeline.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -77,8 +77,10 @@ jobs: env: DEBUG: true CloudRunnerBranch: remote-builder/unified-providers + versioning: None with: cloudRunnerCluster: k8s + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} targetPlatform: ${{ matrix.targetPlatform }} kubeConfig: ${{ steps.read-base64.outputs.base64 }} githubToken: ${{ secrets.GITHUB_TOKEN }}