diff --git a/README.md b/README.md index 4fea928..37ffbe1 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ Services to securely store your Docker images. - [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by [@caicloud](https://github.com/caicloud). - [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. - [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. -- [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. +- [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. - [GOCD-Docker](https://github.com/gocd/gocd-docker)Go Server and Agent in docker containers to provision. - [Microservices Continuous Deployment](https://github.com/francescou/docker-continuous-deployment) - Continuous deployment of a microservices application. - [mu](https://github.com/stelligent/mu) - Tool to configure CI/CD of your container applications via AWS CodePipeline, CodeBuild and ECS [@Stelligent](https://github.com/stelligent) diff --git a/buildMetadata.js b/buildMetadata.js index ee38482..c75324a 100644 --- a/buildMetadata.js +++ b/buildMetadata.js @@ -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,