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

Merge pull request #731 from scitran/remove-exit-wrapper

Remove gear exit wrapper
parents 535bcb62 d9baa725
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