Skip to content

Commit

Permalink
[SHIBUI-1030]
Browse files Browse the repository at this point in the history
Relocated docker-compose-related files.
  • Loading branch information
Bill Smith committed Jan 16, 2019
1 parent 0ad7ccb commit c1f4785
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ task runChecker << {
*/
apply plugin: 'docker-compose'
dockerCompose {
useComposeFiles = ['./src/main/docker-files/docker-compose.yml']
useComposeFiles = ['./src/test/docker-files/docker-compose.yml']
captureContainersOutput = true
waitForTcpPorts = false
}
Expand Down

0 comments on commit c1f4785

Please sign in to comment.