From a97d6db2d81b49251674c13a99b6c208f36cece4 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 12 Sep 2024 23:13:43 +0300 Subject: [PATCH] renovate: fix app_version bump --- .github/scripts/renovate_bump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/renovate_bump.sh b/.github/scripts/renovate_bump.sh index 943bc1804f..ab8b1e2854 100755 --- a/.github/scripts/renovate_bump.sh +++ b/.github/scripts/renovate_bump.sh @@ -21,7 +21,7 @@ if [[ -z "$update_type" ]]; then fi if grep "$app_path" "$log_path"; then - exit 0 + update_type = "" fi docker run --quiet --rm \ @@ -33,4 +33,4 @@ docker run --quiet --rm \ --dep-name "$dep_name" \ --dep-version "$dep_version" -echo "$app_path" >>"$log_path" +echo "$app_path" >>"$log_path"