Read env vars as uppercase with spaces ahead of caps

pull/310/head
Frostebite 2021-12-29 16:06:07 +00:00
parent f95ef0a122
commit edc69395fe
2 changed files with 16 additions and 18 deletions

View File

@ -56,15 +56,14 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: eu-west-2
DEBUG: true
with:
CloudRunnerBranch: remote-builder/unified-providers
CloudRunnerTests: true
cloudRunnerCluster: aws
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
awsBaseStackName: game-ci-stack-integration-tests
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
CLOUD_RUNNER_TESTS: true
CLOUD_RUNNER_CLUSTER: aws
PROJECT_PATH: ${{ matrix.projectPath }}
UNITY_VERSION: ${{ matrix.unityVersion }}
TARGET_PLATFORM: ${{ matrix.targetPlatform }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BASE_STACK_NAME: game-ci-stack-integration-tests
- uses: ./
id: aws-fargate-unity-build
env:

View File

@ -56,15 +56,14 @@ jobs:
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
DEBUG: true
with:
CloudRunnerTests: true
cloudRunnerCluster: k8s
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
kubeConfig: ${{ steps.read-base64.outputs.base64 }}
CloudRunnerBranch: remote-builder/unified-providers
CLOUD_RUNNER_TESTS: true
CLOUD_RUNNER_CLUSTER: k8s
PROJECT_PATH: ${{ matrix.projectPath }}
UNITY_VERSION: ${{ matrix.unityVersion }}
TARGET_PLATFORM: ${{ matrix.targetPlatform }}
GITHUUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }}
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
###########################
# Cloud Runner Build Test #