Commit e03a0e3b authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'hoverht-master-patch-51628' into 'master'

ci: show clear success message

See merge request ci/templates!96
parents 5dba6982 bd2c2804
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python:django:migrations:
        echo "[!] You have model changes for which no migrations have been created:"
        echo "${STATE}"
        exit 1
      else
        echo "[+] Looks good, no need for any new migrations."
      fi