Commit 86579efc by Calen Pennington

Source jenkins/base.sh with the correct path

parent 724cba19
#! /bin/bash
function github_status {
gcli status create mitx mitx $GIT_COMMIT \
......
......@@ -3,7 +3,7 @@
set -e
set -x
source base.sh
source jenkins/base.sh
github_mark_failed_on_exit
github_status state:pending
......
......@@ -3,7 +3,7 @@
set -e
set -x
source base.sh
source jenkins/base.sh
github_mark_failed_on_exit
github_status state:pending
......
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