Commit ad9f8c12 by Max Rothman

Merge pull request #2796 from edx/max/check-migrations

Make check-migrations script exit with proper status on errors
parents 3c5413d4 e322bba8
......@@ -65,3 +65,6 @@ ansible-playbook -c local $extra_var_args --tags edxapp_cfg -i localhost, -s -U
# easier to read
ansible-playbook -v -c local $extra_var_args -i localhost, -s -U jenkins edxapp_migrate.yml | sed 's/\\n/\n/g'
#We don't care about the exit status of the `sed`
exit ${PIPESTATUS[0]}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment