Read env vars as uppercase with spaces ahead of caps
parent
f95ef0a122
commit
edc69395fe
|
|
@ -56,15 +56,14 @@ jobs:
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
AWS_DEFAULT_REGION: eu-west-2
|
AWS_DEFAULT_REGION: eu-west-2
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
with:
|
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
|
||||||
CloudRunnerBranch: remote-builder/unified-providers
|
CLOUD_RUNNER_TESTS: true
|
||||||
CloudRunnerTests: true
|
CLOUD_RUNNER_CLUSTER: aws
|
||||||
cloudRunnerCluster: aws
|
PROJECT_PATH: ${{ matrix.projectPath }}
|
||||||
projectPath: ${{ matrix.projectPath }}
|
UNITY_VERSION: ${{ matrix.unityVersion }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
TARGET_PLATFORM: ${{ matrix.targetPlatform }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
AWS_BASE_STACK_NAME: game-ci-stack-integration-tests
|
||||||
awsBaseStackName: game-ci-stack-integration-tests
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
id: aws-fargate-unity-build
|
id: aws-fargate-unity-build
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -56,15 +56,14 @@ jobs:
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
with:
|
CLOUD_RUNNER_TESTS: true
|
||||||
CloudRunnerTests: true
|
CLOUD_RUNNER_CLUSTER: k8s
|
||||||
cloudRunnerCluster: k8s
|
PROJECT_PATH: ${{ matrix.projectPath }}
|
||||||
projectPath: ${{ matrix.projectPath }}
|
UNITY_VERSION: ${{ matrix.unityVersion }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
TARGET_PLATFORM: ${{ matrix.targetPlatform }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
GITHUUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }}
|
||||||
kubeConfig: ${{ steps.read-base64.outputs.base64 }}
|
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
|
||||||
CloudRunnerBranch: remote-builder/unified-providers
|
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Cloud Runner Build Test #
|
# Cloud Runner Build Test #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue