From 66a646d0ecab96edadacaaeb0700024663e6fb51 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 5 May 2020 10:31:16 +0200 Subject: [PATCH] chg: [travis install] shallow clone. fetch tags + commit id --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index cca98550..e0224e29 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -109,7 +109,7 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh # init update version pushd ${AIL_HOME} # shallow clone -git fetch --tags +git fetch --all --tags git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version echo "AIL current version:" git describe --abbrev=0 --tags