Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 21, 2019
1 parent 7e7b732 commit 83580a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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'
}
}
}
}
Expand Down

0 comments on commit 83580a7

Please sign in to comment.