Source the base jenkins configuration before running tests
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
source base.sh
|
||||
|
||||
github_mark_failed_on_exit
|
||||
github_status state:pending
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
. base.sh
|
||||
source base.sh
|
||||
|
||||
github_mark_failed_on_exit
|
||||
github_status state:pending
|
||||
|
||||
Reference in New Issue
Block a user