From cae6711d479f5005b2a1226460b3b7c6b35cee3f Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 19 Feb 2021 06:47:12 +0200 Subject: [PATCH] Removed git sync from deploy --- .travis-ci/build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis-ci/build.sh b/.travis-ci/build.sh index c641709a8..27b598fd4 100644 --- a/.travis-ci/build.sh +++ b/.travis-ci/build.sh @@ -15,12 +15,7 @@ then exit 1 fi -echo "Updating git repository $1 / $2" - -git fetch origin -git reset --hard origin/master - -if test $(find "./app/db/DBIP/dbip-country-lite-2020-01.mmdb" -mmin +259200) +if test $(find "./app/db/DBIP/dbip-country-lite-2021-02.mmdb" -mmin +259200) then printf "${RED}GEO country DB has not been updated for more than 6 months. Go to https://db-ip.com/db/download/ip-to-country-lite to download a newer version${NC}\n" fi