File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ jobs:
130130 ./ietf/manage.py check
131131 echo "Validating migrations..."
132132 if ! (ietf/manage.py makemigrations 2>&1 | grep -q "^No changes detected$") ; then
133- echo -e "\nModel changes without migrations found." ; exit 1
133+ echo "Model changes without migrations found."
134+ exit 1
134135 fi
135136 echo "Running tests..."
136137 ./ietf/manage.py test --settings=settings_sqlitetest
Original file line number Diff line number Diff line change 4242 ./ietf/manage.py check
4343 echo "Validating migrations..."
4444 if ! (ietf/manage.py makemigrations 2>&1 | grep -q "^No changes detected$") ; then
45- echo -e "\nModel changes without migrations found." ; exit 1
45+ echo "Model changes without migrations found."
46+ exit 1
4647 fi
4748 echo "Running tests..."
4849 ./ietf/manage.py test --settings=settings_sqlitetest
You can’t perform that action at this time.
0 commit comments