Skip to content

Commit

Permalink
renovate: fix app_version bump (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Sep 12, 2024
1 parent c3b5290 commit 8022983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/renovate_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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"

0 comments on commit 8022983

Please sign in to comment.