We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde099f + a99f4d4 commit d252491Copy full SHA for d252491
ci/buildspec.yml
@@ -26,6 +26,6 @@ phases:
26
[ -z "$CONTEXT_LOCATION" ] || aws s3 cp $CONTEXT_LOCATION .
27
build:
28
commands:
29
- - export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --force"
+ - export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never --force"
30
# finally:
31
# - make destroy-all
0 commit comments