mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-12 17:48:22 +00:00
fix: [travis]
This commit is contained in:
parent
f03c05a15f
commit
0b52465f63
1 changed files with 7 additions and 6 deletions
|
@ -115,13 +115,14 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh
|
||||||
#### DB SETUP ####
|
#### DB SETUP ####
|
||||||
|
|
||||||
# init update version
|
# init update version
|
||||||
#pushd ${AIL_HOME}
|
pushd ${AIL_HOME}
|
||||||
# shallow clone
|
# shallow clone
|
||||||
#git fetch --depth=500 --tags --prune
|
git fetch --depth=500 --tags --prune
|
||||||
#git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
|
git fetch --unshallow
|
||||||
#echo "AIL current version:"
|
git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
|
||||||
#git describe --abbrev=0 --tags
|
echo "AIL current version:"
|
||||||
#popd
|
git describe --abbrev=0 --tags
|
||||||
|
popd
|
||||||
|
|
||||||
# LAUNCH ARDB
|
# LAUNCH ARDB
|
||||||
bash ${AIL_BIN}/LAUNCH.sh -lav &
|
bash ${AIL_BIN}/LAUNCH.sh -lav &
|
||||||
|
|
Loading…
Reference in a new issue