diff --git a/entrypoint.sh b/entrypoint.sh index 0eff6ab4..41084a95 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -712,7 +712,6 @@ appInit () { # migrate database and compile the assets if the gitlab version or relative_url has changed. CACHE_VERSION= - GITLAB_VERSION=$(cat VERSION) [[ -f tmp/cache/VERSION ]] && CACHE_VERSION=$(cat tmp/cache/VERSION) [[ -f tmp/cache/GITLAB_RELATIVE_URL_ROOT ]] && CACHE_GITLAB_RELATIVE_URL_ROOT=$(cat tmp/cache/GITLAB_RELATIVE_URL_ROOT) if [[ ${GITLAB_VERSION} != ${CACHE_VERSION} || ${GITLAB_RELATIVE_URL_ROOT} != ${CACHE_GITLAB_RELATIVE_URL_ROOT} ]]; then