Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Mar 27, 2022
1 parent f9c911b commit 00e4510
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ creating artifacts using Docker for the different targets being used.
$ make build
```

### Releasing/Publishing

The release process will use Docker to build the tool for the target platforms
(Docker image types) and push them to Artifactory. You will probably not need
to use thism directly.

```shell script
$ make publish
```

### Unit tests

You can run the tests as the build system would, using the following command:
Expand All @@ -93,4 +83,11 @@ expected.
$ make acceptance-test
```

Depending on how your system is set up, it might not be possible for you to
open up the necessary ports to run the acceptance tests. To get around this
you can run those same tests in Docker


```shell script
$ make acceptance-test-docker
```

0 comments on commit 00e4510

Please sign in to comment.