Commit e322bba8 by Max Rothman

Make check-migrations script exit with proper status on errors

parent 3c5413d4
......@@ -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