fix: [travis install] shallow clone. fetch missing commit id

pull/497/head
Terrtia 2020-05-05 10:56:58 +02:00
parent 66a646d0ec
commit 1c412c9fed
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh
# init update version
pushd ${AIL_HOME}
# shallow clone
git fetch --all --tags
git fetch --tags --prune
git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
echo "AIL current version:"
git describe --abbrev=0 --tags