Commit 2a457bdc by Calen Pennington

Set -e and -x on jenkins build scripts

parent 6b28b70e
#! /bin/bash #! /bin/bash
set -e
set -x
# Reset the submodule, in case it changed # Reset the submodule, in case it changed
git submodule foreach 'git reset --hard HEAD' git submodule foreach 'git reset --hard HEAD'
...@@ -8,4 +11,4 @@ export PYTHONIOENCODING=UTF-8 ...@@ -8,4 +11,4 @@ export PYTHONIOENCODING=UTF-8
rake clobber rake clobber
rake pep8 || echo "pep8 failed, continuing" rake pep8 || echo "pep8 failed, continuing"
rake pylint || echo "pylint failed, continuing" rake pylint || echo "pylint failed, continuing"
\ No newline at end of file
#! /bin/bash #! /bin/bash
set -e
set -x
# Reset the submodule, in case it changed # Reset the submodule, in case it changed
git submodule foreach 'git reset --hard HEAD' git submodule foreach 'git reset --hard HEAD'
......
#! /bin/bash #! /bin/bash
set -e
set -x
# Reset the submodule, in case it changed # Reset the submodule, in case it changed
git submodule foreach 'git reset --hard HEAD' git submodule foreach 'git reset --hard HEAD'
......
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