From 0b452f6195ddd92133750aefe6592c54b75ea28e Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Thu, 2 May 2013 12:41:59 -0400 Subject: [PATCH] Change org for gcli status command from mitx to edx --- jenkins/base.sh | 4 ++-- jenkins/test.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/base.sh b/jenkins/base.sh index c7175e6e52..fc2595662a 100644 --- a/jenkins/base.sh +++ b/jenkins/base.sh @@ -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 -} \ No newline at end of file +} diff --git a/jenkins/test.sh b/jenkins/test.sh index 53643b8440..7475076086 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -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" \