Versioning None to avoid local changes blocking build
parent
4217e538e2
commit
6dd0e35da9
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue