Skip to content

Commit

Permalink
Remove "commit noop script" instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunklau committed Dec 5, 2024
1 parent 3ca1c6a commit 05d0215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ sql/aiven_extras--$(last_ver)--$(short_ver).sql: sql/aiven_extras.sql

ifeq ("$(wildcard sql/aiven_extras--*--$(last_ver).sql)","")
@echo "ERROR: missing upgrade script to last version (sql/aiven_extras--*--$(last_ver).sql)"
@echo " -> Please add one (with only --NOOP in it) and commit it"
@echo " -> Either write a proper one or just commit the full installation script
@echo " as generated by make
@false
endif

Expand Down

0 comments on commit 05d0215

Please sign in to comment.