mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 22:19:30 -05:00
Rename Gitlab CI -> Gitlab Runner
This commit is contained in:
parent
e5d847bce9
commit
d421bcbb21
@ -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).
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
- [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)
|
- [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)
|
||||||
|
@ -57,7 +57,7 @@ const delay = ms =>
|
|||||||
});
|
});
|
||||||
|
|
||||||
const get = (pathURL, opt) => {
|
const get = (pathURL, opt) => {
|
||||||
LOG(` Fetching ${pathURL}`);
|
LOG.debug(` Fetching ${pathURL}`);
|
||||||
return fetch(`${API}repos/${pathURL}`, {
|
return fetch(`${API}repos/${pathURL}`, {
|
||||||
...options,
|
...options,
|
||||||
...opt,
|
...opt,
|
||||||
|
Loading…
Reference in New Issue
Block a user