Source the base jenkins configuration before running tests

This commit is contained in:
Calen Pennington
2012-12-07 09:43:52 -05:00
parent d4cdd5b485
commit 724cba193a
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
set -e
set -x
source base.sh
github_mark_failed_on_exit
github_status state:pending

View File

@@ -3,7 +3,7 @@
set -e
set -x
. base.sh
source base.sh
github_mark_failed_on_exit
github_status state:pending