From d7c8a8a30130e2ffe63528ac664db8b14eb1b9b5 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 30 Jun 2021 18:41:38 +1000 Subject: [PATCH] fix numbering --- docs/contributing-to-lagoon/developing-lagoon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing-to-lagoon/developing-lagoon.md b/docs/contributing-to-lagoon/developing-lagoon.md index 5e18679ca4..fbaac9fdb1 100644 --- a/docs/contributing-to-lagoon/developing-lagoon.md +++ b/docs/contributing-to-lagoon/developing-lagoon.md @@ -39,7 +39,7 @@ We have provided a number of routines in the [Makefile](https://github.com/usela make -j8 build ``` -1. Start Lagoon test routine using the defaults in the Makefile \(all tests\). +3. Start Lagoon test routine using the defaults in the Makefile \(all tests\). ```bash make kind/test @@ -279,13 +279,13 @@ rm build/tests make -j8 build/tests ``` -1. Push the new `tests` image into the cluster registry. +4. Push the new `tests` image into the cluster registry. ```bash make kind/push-images IMAGES=tests ``` -1. Rerun the tests. +5. Rerun the tests. ```bash make kind/retest TESTS='[features-api-variables]'