From 5261b817ff4d4c909fd6c3dc3002015a5322eced Mon Sep 17 00:00:00 2001 From: text-adi Date: Fri, 19 Apr 2024 22:41:27 +0300 Subject: [PATCH] Fix rum immage --- entrypoint/entrypoint.d/1-init.sh | 5 ----- 1 file changed, 5 deletions(-) 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