Skip to content

Commit f1eba48

Browse files
committed
fix: set actual regionalized tests
Signed-off-by: Kevin Shan <[email protected]>
1 parent bceb771 commit f1eba48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared-scripts.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ function useChildAccountCredentials {
380380
echo "Using parent account credentials."
381381
fi
382382
echo "Region is set to use $CLI_REGION"
383+
384+
export AWS_REGION=$CLI_REGION
385+
export AWS_DEFAULT_REGION=$CLI_REGION
383386
}
384387

385388
function retry {

0 commit comments

Comments
 (0)