Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
update README with instructions for dev
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Ju <[email protected]>
Co-authored-by: Bohan Chen <[email protected]>
  • Loading branch information
pivotal-bin-ju and chenbh committed Mar 18, 2019
1 parent e240c9b commit cee5401
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ You'll need a separate resource for each Tracker project.
* `repos`: *Required.* Paths to the git repositories which will contain the delivering commits.

* `comment`: *Optional.* A file containing a comment to leave on any delivered stories.

## Development

### Running the tests

The tests have been embedded with the `Dockerfile`; ensuring that the testing
environment is consistent across any `docker` enabled platform. When the docker
image builds, the test are run inside the docker container, on failure they
will stop the build.

Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t time-resource -f dockerfiles/alpine/Dockerfile .
docker build -t time-resource -f dockerfiles/ubuntu/Dockerfile .
```

0 comments on commit cee5401

Please sign in to comment.