Skip to content

Commit

Permalink
Fix bug in DockerCompose.build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 21, 2019
1 parent 83580a7 commit 850193b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class UploadPipeline extends DefaultTask {
* The names of services to build.
*/
void build(String... services) {
model.get('build', []) << services
model.get('build', []).addAll(services)
}

/**
Expand Down

0 comments on commit 850193b

Please sign in to comment.