self hosted runner pipeline

pull/387/head
Frostebite 2022-04-17 01:55:54 +01:00
parent 55102fb56d
commit 187897f549
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ jobs:
# uses: game-ci/unity-builder@3d0eb0805bbe2df90e319abbe42e41d0b9105625 # uses: game-ci/unity-builder@3d0eb0805bbe2df90e319abbe42e41d0b9105625
uses: game-ci/unity-builder@cloud-runner-develop uses: game-ci/unity-builder@cloud-runner-develop
with: with:
branch: ${{ GITHUB_REF }} branch: ${{ github.ref }}
GITHUB_SHA: ${{ GITHUB_SHA }} GITHUB_SHA: ${{ github.sha }}
cloudRunnerCluster: aws cloudRunnerCluster: aws
allowDirtyBuild: true allowDirtyBuild: true
cloudRunnerMemory: 8192 cloudRunnerMemory: 8192