From 20b31a9b07b829cfbb7f5a4ddcd26bf7a1c66e3c Mon Sep 17 00:00:00 2001 From: DarkMatter188 <61989754+DarkMatter188@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:37:31 +0530 Subject: [PATCH] Polish README.adoc. Resolves #1161. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 29602586..25016b48 100644 --- a/README.adoc +++ b/README.adoc @@ -88,10 +88,10 @@ For releases, they are sent to maven central. Since the pipeline uses Docker, it's easy to: * Debug what went wrong on your local machine. -* Test out a a tweak to your `test.sh` script before sending it out. +* Test out a tweak to your `test.sh` script before sending it out. * Experiment against a new image before submitting your pull request. -All of these use cases are great reasons to essentially run what Jenkins does on your local machine. +All of these use cases are great reasons to know what Jenkins does, on your local machine. IMPORTANT: To do this you must have Docker installed on your machine.