mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [travis] fetch git last tag
This commit is contained in:
parent
7607cd7427
commit
0b44ae86cd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh
|
|||
# init update version
|
||||
pushd ${AIL_HOME}
|
||||
# shallow clone
|
||||
git fetch --tags --prune --depth=10000
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue