fix: [travis]

This commit is contained in:
Terrtia 2020-08-18 20:51:15 +02:00
parent f03c05a15f
commit 0b52465f63
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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 &