Skip to content

Commit

Permalink
nominatim: need to fetch tags on source code update
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Jan 2, 2024
1 parent 4d6661b commit 6af89fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ date "+%c === Checking for new versions of Nominatim"
cd <%= @srcdir %>

git fetch origin
git fetch origin -tf

if git diff --exit-code <%= node[:nominatim][:revision] %> >/dev/null; then
# signal that there are no new updates
Expand Down

0 comments on commit 6af89fc

Please sign in to comment.