Automation related bugfix
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
9fa6069f9f
commit
273fb7dea4
@ -402,6 +402,7 @@ done
|
||||
# bump version in case there was a change
|
||||
if [[ $n -gt 0 && -n $SEND_TO_SERVER ]]; then
|
||||
|
||||
cd ${SRC}
|
||||
CURRENT_VERSION=$(cat VERSION)
|
||||
NEW_VERSION=$(echo $CURRENT_VERSION | tr -d "\-trunk")
|
||||
if [[ $CURRENT_VERSION == *trunk* ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user