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.
1 parent ae2b2fd commit e53ecfbCopy full SHA for e53ecfb
ci/buildspec.yml
@@ -26,6 +26,6 @@ phases:
26
[ -z "$CONTEXT_LOCATION" ] || aws s3 cp $CONTEXT_LOCATION .
27
build:
28
commands:
29
- - make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never"
+ - export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never"
30
# finally:
31
# - make destroy-all
0 commit comments