[ops]: add warning for custom APPSMITH_GIT_ROOT (#33355)

This commit is contained in:
Goutham Pratapa 2024-05-27 17:17:37 +05:30 committed by GitHub
parent 921807d80b
commit b5ae870087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,8 @@ fi
if [[ -z "${APPSMITH_GIT_ROOT:-}" ]]; then
export APPSMITH_GIT_ROOT=/appsmith-stacks/git-storage
else
echo "WARNING: It appears a custom value has been configured for APPSMITH_GIT_ROOT. This behaviour is deprecated and will soon be removed."
fi
mkdir -pv "$APPSMITH_GIT_ROOT"