Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 11be0cc

Browse files
committed
corrected subnet filter in aws run-task commands for manual CI jobs; using manually added tags
1 parent 2ea49d7 commit 11be0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variables:
5757
subnets=$( \
5858
aws ec2 describe-subnets \
5959
--filters \
60-
Name=tag:aws:cloudformation:stack-name,Values=${ENVIRONMENT}-${APP_NAME}-stack \
60+
Name=tag:StackName,Values=${ENVIRONMENT}-${APP_NAME} \
6161
Name=tag:aws-cdk:subnet-type,Values=Public \
6262
| jq -r '.Subnets | map(.SubnetId) | join(",")')
6363

0 commit comments

Comments
 (0)