Skip to content

Commit 6178449

Browse files
jchrostek-ddclaude
andcommitted
chore: remove auth role stack deployment from CI pipeline
AuthRoleStack is deployed once manually, not per CI run. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 6969908 commit 6178449

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,6 @@ integration-suite:
508508
- export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
509509
- export CDK_DEFAULT_REGION=us-east-1
510510
- npm run build
511-
- |
512-
if [ "${TEST_SUITE}" = "auth" ]; then
513-
echo "Deploying shared auth role stack..."
514-
npx cdk deploy "integ-auth-role" --require-approval never
515-
fi
516511
- npx cdk deploy "integ-${IDENTIFIER}-${TEST_SUITE}" --require-approval never
517512
- echo "Running ${TEST_SUITE} integration tests with identifier ${IDENTIFIER}..."
518513
- export TEST_SUITE=${TEST_SUITE}

0 commit comments

Comments
 (0)