Merge pull request #656 from MicahZoltu/patch-1

Minor technical correction.
This commit is contained in:
LRubin 2016-11-21 09:54:31 -08:00 committed by GitHub
commit beb9a97556
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ processes and do not affect your service's run environment.
* `COMMIT_MSG`: the message from the commit being tested and built.
* `DOCKER_REPO`: the name of the Docker repository being built.
* `DOCKER_TAG`: the Docker repository tag being built.
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`/`DOCKER_TAG`.)
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`DOCKER_TAG`.)
If you are using these build environment variables in a
`docker-compose.test.yml` file for automated testing, declare them in your `sut`