Skip to content

Commit fde099f

Browse files
authored
Merge pull request #98 from aws-observability/fix/ciActions
CI Fixes
2 parents e53ecfb + 404b012 commit fde099f

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-
- export AWS_REGION=us-east-2 && 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 --force"
3030
# finally:
3131
# - make destroy-all

0 commit comments

Comments
 (0)