Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
chore: Fix tiny issues in CONTRIBUTING.md (#813)
Browse files Browse the repository at this point in the history
* chore: Update contributing docs to mention how to build on new macBooks

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
danez and kodiakhq[bot] authored Jul 29, 2022
1 parent d7b3dbf commit 0f09b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ For testing the Docker Image we use Googles [Container Structure Tests](https://
To install the container tests we recommend doing so by using a package manger like brew:

```
brew install container-structure-tests
brew install container-structure-test
```

#### Running Container Structure Tests

To run the container structure tests you need to run the following command.

```bash
container-structure-test test --image netlify/build:focal --config focal.yaml
container-structure-test test --image netlify/build:focal --config focal.yaml
```

For further install instructions please visit the [official installation guide](https://github.com/GoogleContainerTools/container-structure-test#installation).
Expand Down

0 comments on commit 0f09b1e

Please sign in to comment.