Skip to content

Commit

Permalink
#408 buildDockerImage task no longer runs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Nov 18, 2015
1 parent bc492b1 commit 7434a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ subprojects {
inputDir = file(project.projectDir)
tag = project.imageName
}
project.build.dependsOn buildDockerImage
[ 'snapshot', 'latest', 'version' ].each { aTag ->
String uppercasedName = aTag.capitalize()
task "tagDockerImageWith$uppercasedName"(type: DockerTagImage, description: 'tag Docker image') {
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ You can run Mesos-Elasticsearch using <a href="https://github.com/containersolut
* Docker

```
$ ./gradlew build system-test:main
$ ./gradlew build buildDockerImage system-test:main
```

### How to run on Mac
Expand Down Expand Up @@ -331,7 +331,7 @@ The project contains a system-test module which tests if the framework interacts
Run all system tests

```
$ ./gradlew build system-test:systemTest
$ ./gradlew build buildDockerImage system-test:systemTest
```

Run a single system test
Expand Down

0 comments on commit 7434a2c

Please sign in to comment.