From 0b52465f633b97d9fff124a4c21cb44fab7e498f Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 18 Aug 2020 20:51:15 +0200 Subject: [PATCH] fix: [travis] --- installing_deps.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index a3275648..839527c9 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -115,13 +115,14 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh #### DB SETUP #### # init update version -#pushd ${AIL_HOME} +pushd ${AIL_HOME} # shallow clone -#git fetch --depth=500 --tags --prune -#git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version -#echo "AIL current version:" -#git describe --abbrev=0 --tags -#popd +git fetch --depth=500 --tags --prune +git fetch --unshallow +git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version +echo "AIL current version:" +git describe --abbrev=0 --tags +popd # LAUNCH ARDB bash ${AIL_BIN}/LAUNCH.sh -lav &