Skip to content
Snippets Groups Projects
Commit d9baa725 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Remove exit wrapper

parent 0ea1725d
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ class Job(object):
}
],
'target': {
'command': ['bash', '-c', 'rm -rf output; mkdir -p output; ./run; echo "Exit was $?"'],
'command': ['bash', '-c', 'rm -rf output; mkdir -p output; ./run'],
'env': {
'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment