Skip to content
Snippets Groups Projects
Commit 8a450401 authored by Samir Faci's avatar Samir Faci
Browse files

Adding instructions for local CI/CD exec

parent 0b7c2c68
Branches
No related tags found
No related merge requests found
...@@ -6,3 +6,9 @@ Make sure all the requirements are installed. Then: ...@@ -6,3 +6,9 @@ Make sure all the requirements are installed. Then:
./util/pg-test-run # This will start a Postgres in docker ./util/pg-test-run # This will start a Postgres in docker
PYTHONPATH=. trial test 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment