Change CodeShip domain
This commit is contained in:
parent
a0a6e363e5
commit
0c692d25e0
|
@ -3604,7 +3604,7 @@ cache(function(data, match, sendBadge, request) {
|
|||
var branch = match[2];
|
||||
var options = {
|
||||
method: 'GET',
|
||||
uri: 'https://www.codeship.io/projects/' + projectId + '/status' + (branch != null ? '?branch=' + branch : '')
|
||||
uri: 'https://codeship.com/projects/' + projectId + '/status' + (branch != null ? '?branch=' + branch : '')
|
||||
};
|
||||
var badgeData = getBadgeData('build', data);
|
||||
request(options, function(err, res) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user