mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-01 22:29:07 +08:00
fix: rename LOCALSTACK_HOST to K8S_LOCALSTACK_HOST to avoid awslocal conflict
This commit is contained in:
3
.github/workflows/cloud-runner-integrity.yml
vendored
3
.github/workflows/cloud-runner-integrity.yml
vendored
@@ -35,7 +35,8 @@ jobs:
|
||||
AWS_FORCE_PROVIDER: aws
|
||||
RESOURCE_TRACKING: 'true'
|
||||
# LocalStack container name on shared Docker network (for K8s pods to access)
|
||||
LOCALSTACK_HOST: localstack-main
|
||||
# Note: Using K8S_LOCALSTACK_HOST instead of LOCALSTACK_HOST to avoid conflict with awslocal CLI
|
||||
K8S_LOCALSTACK_HOST: localstack-main
|
||||
steps:
|
||||
# ==========================================
|
||||
# SETUP SECTION
|
||||
|
||||
Reference in New Issue
Block a user