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_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:

View File

@ -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 #