We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969908 commit 6178449Copy full SHA for 6178449
.gitlab/templates/pipeline.yaml.tpl
@@ -508,11 +508,6 @@ integration-suite:
508
- export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
509
- export CDK_DEFAULT_REGION=us-east-1
510
- 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
516
- npx cdk deploy "integ-${IDENTIFIER}-${TEST_SUITE}" --require-approval never
517
- echo "Running ${TEST_SUITE} integration tests with identifier ${IDENTIFIER}..."
518
- export TEST_SUITE=${TEST_SUITE}
0 commit comments