Skip to content

Commit

Permalink
do not require AWS_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarunek committed Sep 20, 2024
1 parent 1b33c6f commit 4c89b14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ if [ -z "$RESOLVER" ] ; then
exit 1
fi

if [ -z "$AWS_REGION" ] ; then
echo "AWS_REGION not set."
exit 1
fi

ECR_WITHOUT_PORT=$( echo ${ECR} | sed -r "s/.*:\/\/(.*):.*/\1/g")
echo Using resolver $RESOLVER and $ECR [$(dig +short ${ECR_WITHOUT_PORT})] as upstream.

Expand Down

0 comments on commit 4c89b14

Please sign in to comment.