From 0b44ae86cd6f88b05090bd2e77fdedb15cf066bc Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 24 Jul 2020 10:09:55 +0200 Subject: [PATCH] fix: [travis] fetch git last tag --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index dfa8558e..5ed4665b 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -113,7 +113,7 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh # init update version pushd ${AIL_HOME} # shallow clone -git fetch --tags --prune --depth=10000 +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