Commit bd2c2804 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

ci: show clear success message

parent 3f0abb38
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,4 +17,6 @@ python:django:migrations:
      if [ ! "$STATE" = "No changes detected" ]; then
        echo "[!] You have model changes for which no migrations have been created."
        exit 1
      else
        echo "[+] Looks good, no need for any new migrations."
      fi