[ops]: add warning for custom APPSMITH_GIT_ROOT (#33355)
This commit is contained in:
parent
921807d80b
commit
b5ae870087
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user