mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Gruntfile: Remove project prefix from TestSwarm job name
This commit is contained in:
parent
b7da3b0043
commit
2ef0a17031
@ -12,10 +12,10 @@ module.exports = function( grunt ) {
|
||||
tests = grunt.config([ this.name, "tests" ]);
|
||||
|
||||
if ( pull ) {
|
||||
jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
|
||||
jobName = "Pull <a href='https://github.com/jquery/jquery/pull/" +
|
||||
pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
|
||||
} else {
|
||||
jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" +
|
||||
jobName = "Commit <a href='https://github.com/jquery/jquery/commit/" +
|
||||
commit + "'>" + commit.substr( 0, 10 ) + "</a>";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user