Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Bellwood committed Jun 30, 2021
1 parent 69b93fd commit d7c8a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing-to-lagoon/developing-lagoon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]'
Expand Down

0 comments on commit d7c8a8a

Please sign in to comment.