Rename Gitlab CI -> Gitlab Runner

This commit is contained in:
Julien Bisconti
2018-07-20 09:55:31 +02:00
parent e5d847bce9
commit d421bcbb21
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ const delay = ms =>
});
const get = (pathURL, opt) => {
LOG(` Fetching ${pathURL}`);
LOG.debug(` Fetching ${pathURL}`);
return fetch(`${API}repos/${pathURL}`, {
...options,
...opt,