From 273fb7dea42189f7edceb42794f35fb7b8c1a191 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 18 Jun 2020 17:26:15 +0200 Subject: [PATCH] Automation related bugfix Signed-off-by: Igor Pecovnik --- lib/build-all-ng.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/build-all-ng.sh b/lib/build-all-ng.sh index 33eb881474..6f3d7151c4 100644 --- a/lib/build-all-ng.sh +++ b/lib/build-all-ng.sh @@ -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