Skip to content

Commit e53ecfb

Browse files
authored
CI Action Fix (#95)
* Region Change to CI * Region Change to CI
1 parent ae2b2fd commit e53ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ phases:
2626
[ -z "$CONTEXT_LOCATION" ] || aws s3 cp $CONTEXT_LOCATION .
2727
build:
2828
commands:
29-
- make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never"
29+
- export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never"
3030
# finally:
3131
# - make destroy-all

0 commit comments

Comments
 (0)