diff --git a/entrypoint/entrypoint.d/1-init.sh b/entrypoint/entrypoint.d/1-init.sh index 8a72390..3c38903 100644 --- a/entrypoint/entrypoint.d/1-init.sh +++ b/entrypoint/entrypoint.d/1-init.sh @@ -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