Commit 0b452f61 by Jay Zoldak

Change org for gcli status command from mitx to edx

parent 3650316f
function github_status {
gcli status create mitx mitx $GIT_COMMIT \
gcli status create edx mitx $GIT_COMMIT \
--params=$1 \
target_url:$BUILD_URL \
description:"Build #$BUILD_NUMBER is running" \
......@@ -9,4 +9,4 @@ function github_status {
function github_mark_failed_on_exit {
trap '[ $? == "0" ] || github_status state:failed' EXIT
}
\ No newline at end of file
}
......@@ -4,7 +4,7 @@ set -e
set -x
function github_status {
gcli status create mitx mitx $GIT_COMMIT \
gcli status create edx mitx $GIT_COMMIT \
--params=$1 \
target_url:$BUILD_URL \
description:"Build #$BUILD_NUMBER $2" \
......
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