Versioning None to avoid local changes blocking build

pull/310/head
Frostebite 2021-12-21 22:56:21 +00:00
parent 4217e538e2
commit 6dd0e35da9
2 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ jobs:
AWS_DEFAULT_REGION: eu-west-2 AWS_DEFAULT_REGION: eu-west-2
CloudRunnerBranch: remote-builder/unified-providers CloudRunnerBranch: remote-builder/unified-providers
DEBUG: true DEBUG: true
versioning: None
with: with:
cloudRunnerCluster: aws cloudRunnerCluster: aws
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}

View File

@ -77,8 +77,10 @@ jobs:
env: env:
DEBUG: true DEBUG: true
CloudRunnerBranch: remote-builder/unified-providers CloudRunnerBranch: remote-builder/unified-providers
versioning: None
with: with:
cloudRunnerCluster: k8s cloudRunnerCluster: k8s
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
kubeConfig: ${{ steps.read-base64.outputs.base64 }} kubeConfig: ${{ steps.read-base64.outputs.base64 }}
githubToken: ${{ secrets.GITHUB_TOKEN }} githubToken: ${{ secrets.GITHUB_TOKEN }}