From 8a45040163859ac67113115a72f5b31a7ceb14c5 Mon Sep 17 00:00:00 2001 From: Samir Faci <samir@es.net> Date: Wed, 3 Nov 2021 11:42:43 -0400 Subject: [PATCH] Adding instructions for local CI/CD exec --- docs/test.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/test.md b/docs/test.md index fb0e361a..4ea59b45 100644 --- a/docs/test.md +++ b/docs/test.md @@ -6,3 +6,9 @@ Make sure all the requirements are installed. Then: ./util/pg-test-run # This will start a Postgres in docker PYTHONPATH=. trial test ``` + +Running the CI/CD pipeline locally: + +1. Install the CLI tooling according to: https://docs.drone.io/quickstart/cli/ + +2. Run the pipeline by using `drone exec`. Please ensure you have docker installed. -- GitLab