Skip to content

Commit 61d45dd

Browse files
authored
Merge pull request #354 from concourse/target-tests
Add --target when running tests
2 parents 30c1e23 + 443542f commit 61d45dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ will stop the build.
347347
Run the tests with the following commands for both `alpine` and `ubuntu` images:
348348

349349
```sh
350-
docker build -t git-resource -f dockerfiles/alpine/Dockerfile .
351-
docker build -t git-resource -f dockerfiles/ubuntu/Dockerfile .
350+
docker build -t git-resource --target tests -f dockerfiles/alpine/Dockerfile .
351+
docker build -t git-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
352352
```
353353

354354
#### Note about the integration tests

0 commit comments

Comments
 (0)