mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [travis install] shallow clone. fetch tags
This commit is contained in:
parent
a5948cd7d4
commit
0d3f53ecd4
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh
|
||||||
|
|
||||||
# init update version
|
# init update version
|
||||||
pushd ${AIL_HOME}
|
pushd ${AIL_HOME}
|
||||||
|
# shallow clone
|
||||||
|
git fetch --tags
|
||||||
git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
|
git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version
|
||||||
echo "AIL current version:"
|
echo "AIL current version:"
|
||||||
git describe --abbrev=0 --tags
|
git describe --abbrev=0 --tags
|
||||||
|
|
Loading…
Reference in a new issue