From 9ffa305763d6c48c4c79c1b60f83cff20538cf1f Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Fri, 22 Jan 2021 21:58:12 +0200 Subject: [PATCH] CI badge. --- README.md | 11 +++++++---- crond/README.md | 8 ++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2450839..9bddbc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Gitlab Docker setup +[![pipeline status](https://git.shore.co.il/shore/gitlab-docker/badges/master/pipeline.svg)](https://git.shore.co.il/shore/gitlab-docker/-/commits/master) + > A containerized Gitlab setup. ## Requirements @@ -11,6 +13,7 @@ Although I can deploy through GitLab CI, there's a chicken and egg issue there. So, to manually deploy run: + ``` export DOCKER_HOST=ssh://host01.shore.co.il docker-compose build --pull @@ -24,7 +27,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`). ## Author Information -Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( -https://www.shore.co.il/). Patches are welcome via [`git send-email`]( -http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located -at: . +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my +[website](https://www.shore.co.il/). Patches are welcome via +[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository +is located at: . diff --git a/crond/README.md b/crond/README.md index 3e077a9..338bbd2 100644 --- a/crond/README.md +++ b/crond/README.md @@ -15,7 +15,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`). ## Author Information -Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( -https://www.shore.co.il/). Patches are welcome via [`git send-email`]( -http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located -at: . +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my +[website](https://www.shore.co.il/). Patches are welcome via +[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository +is located at: . -- GitLab