Skip to content

Commit

Permalink
Fix rum immage
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 19, 2024
1 parent 86ad88c commit 5261b81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint/entrypoint.d/1-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ if [ -z "${AWS_ACCOUNT}" ]; then
exit 1
fi

if [ -z "${ECR_TOKEN}" ]; then
echo "ECR_TOKEN not set. Exit..."
exit 1
fi

if [ -z "${AWS_ACCESS_KEY_ID}" ]; then
echo "AWS_ACCESS_KEY_ID not set. Exit..."
exit 1
Expand Down

0 comments on commit 5261b81

Please sign in to comment.