Merge pull request #1931 from edx/fix/zoldak/gcli-status

Change org for gcli status command from mitx to edx
This commit is contained in:
e0d
2013-05-02 11:48:05 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
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
}
}

View 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" \