From 83580a7c0246092b39299701148a41e056749c30 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Thu, 21 Mar 2019 11:17:53 -0500 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7f62c7..9676437 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ First add the plugin to your project: ```groovy plugins { - id 'widen.buildkite' version '0.1.3' + id 'widen.buildkite' version '0.1.7' } ``` @@ -41,7 +41,9 @@ tasks.create('deployStagePipeline', com.widen.plugins.UploadPipeline) { command "./gradlew app-app:integrationTest -Dapp.endpoint=http://app.${region}.widen-stage.com --continue \${GRADLE_SWITCHES}" branch 'master' agentQueue 'integ-stage', region - dockerComposeContainer 'gradle' + dockerCompose { + run 'gradle' + } } } }