mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [install_dep] create update current_version
This commit is contained in:
parent
03ed3c63a1
commit
7c328800e6
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh
|
||||||
|
|
||||||
#### DB SETUP ####
|
#### DB SETUP ####
|
||||||
|
|
||||||
|
# init update version
|
||||||
|
git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
|
||||||
|
|
||||||
# LAUNCH ARDB
|
# LAUNCH ARDB
|
||||||
bash ${AIL_BIN}LAUNCH.sh -lav &
|
bash ${AIL_BIN}LAUNCH.sh -lav &
|
||||||
wait
|
wait
|
||||||
|
|
Loading…
Reference in a new issue