Skip to content

Commit

Permalink
Merge pull request #19 from concourse/update-readme
Browse files Browse the repository at this point in the history
Add --target when running tests
  • Loading branch information
taylorsilva authored Mar 16, 2021
2 parents db523dd + 414b648 commit ec03f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ will stop the build.
Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t hg-resource -f dockerfiles/alpine/Dockerfile .
docker build -t hg-resource -f dockerfiles/ubuntu/Dockerfile .
docker build -t hg-resource --target tests -f dockerfiles/alpine/Dockerfile .
docker build -t hg-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
```

### Contributing
Expand Down

0 comments on commit ec03f59

Please sign in to comment.