File tree 1 file changed +9
-9
lines changed
src/CodeClimate/Bundle/TestReporterBundle/Entity
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ public function toArray()
29
29
return $ this ->codeshipProperties ();
30
30
}
31
31
32
- if (isset ($ _SERVER ["BUILDBOX " ])) {
33
- return $ this ->buildboxProperties ();
32
+ if (isset ($ _SERVER ["BUILDKITE " ])) {
33
+ return $ this ->buildkiteProperties ();
34
34
}
35
35
36
36
if (isset ($ _SERVER ["WERCKER " ])) {
@@ -100,15 +100,15 @@ protected function codeshipProperties()
100
100
);
101
101
}
102
102
103
- protected function buildboxProperties ()
103
+ protected function buildkiteProperties ()
104
104
{
105
105
return array (
106
- "name " => "buildbox " ,
107
- "build_identifier " => $ _SERVER ["BUILDBOX_BUILD_ID " ],
108
- "build_url " => $ _SERVER ["BUILDBOX_BUILD_URL " ],
109
- "branch " => $ _SERVER ["BUILDBOX_BRANCH " ],
110
- "commit_sha " => $ _SERVER ["BUILDBOX_COMMIT " ],
111
- "pull_request " => $ _SERVER ["BUILDBOX_PULL_REQUEST " ]
106
+ "name " => "buildkite " ,
107
+ "build_identifier " => $ _SERVER ["BUILDKITE_BUILD_ID " ],
108
+ "build_url " => $ _SERVER ["BUILDKITE_BUILD_URL " ],
109
+ "branch " => $ _SERVER ["BUILDKITE_BRANCH " ],
110
+ "commit_sha " => $ _SERVER ["BUILDKITE_COMMIT " ],
111
+ "pull_request " => $ _SERVER ["BUILDKITE_PULL_REQUEST " ]
112
112
);
113
113
}
114
114
You can’t perform that action at this time.
0 commit comments