Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
22e147b2
Commit
22e147b2
authored
11 years ago
by
e0d
Browse files
Options
Downloads
Plain Diff
Merge pull request #1931 from edx/fix/zoldak/gcli-status
Change org for gcli status command from mitx to edx
parents
161c8cb1
0b452f61
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jenkins/base.sh
+2
-2
2 additions, 2 deletions
jenkins/base.sh
jenkins/test.sh
+1
-1
1 addition, 1 deletion
jenkins/test.sh
with
3 additions
and
3 deletions
jenkins/base.sh
+
2
−
2
View file @
22e147b2
function
github_status
{
gcli status create
mit
x mitx
$GIT_COMMIT
\
gcli status create
ed
x 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
}
This diff is collapsed.
Click to expand it.
jenkins/test.sh
+
1
−
1
View file @
22e147b2
...
...
@@ -4,7 +4,7 @@ set -e
set
-x
function
github_status
{
gcli status create
mit
x mitx
$GIT_COMMIT
\
gcli status create
ed
x mitx
$GIT_COMMIT
\
--params
=
$1
\
target_url:
$BUILD_URL
\
description:
"Build #
$BUILD_NUMBER
$2
"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment