mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
add dev version
This commit is contained in:
parent
b31e53f0b6
commit
1024acc32d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/MLPipelinePostMerge.yml
vendored
2
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -189,7 +189,7 @@ jobs:
|
|||
|
||||
latest_dev_version=$(gto history temp --asc --plain | awk '{print $NF}' | awk '/dev/' | awk 'END{print}' | awk -F"#" '{print $3}')
|
||||
if [ -z "${latest_dev_version}" ]; then
|
||||
increment_version="1"
|
||||
increment_version=1
|
||||
else
|
||||
increment_version=${latest_dev_version} | awk '{$1++; print}'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue