We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49fe54 commit d9a1c9fCopy full SHA for d9a1c9f
1 file changed
.gitlab/templates/pipeline.yaml.tpl
@@ -380,7 +380,7 @@ integration-deploy:
380
- export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
381
- export CDK_DEFAULT_REGION=us-east-1
382
- npm run build
383
- - npx cdk deploy "IntegrationTests-$IDENTIFIER-*" --require-approval never
+ - npx cdk deploy "integ-$IDENTIFIER-*" --require-approval never
384
385
# Integration Tests - Run Jest test suite
386
integration-test:
0 commit comments