mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-02 22:59:06 +08:00
fix: add aws-local mode - validates AWS CloudFormation templates, executes via local-docker
This commit is contained in:
2
.github/workflows/cloud-runner-integrity.yml
vendored
2
.github/workflows/cloud-runner-integrity.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
K3D_NODE_CONTAINERS: 'k3d-unity-builder-agent-0'
|
||||
AWS_FORCE_PROVIDER: aws
|
||||
AWS_FORCE_PROVIDER: aws-local
|
||||
RESOURCE_TRACKING: 'true'
|
||||
# LocalStack container name on shared Docker network (for K8s pods to access)
|
||||
# Note: Using K8S_LOCALSTACK_HOST instead of LOCALSTACK_HOST to avoid conflict with awslocal CLI
|
||||
|
||||
Reference in New Issue
Block a user