Switch to straight docker-compose

This commit is contained in:
Tim Lucas
2018-12-04 15:19:00 +11:00
parent 88bf178f5b
commit 8b48e6a30b
2 changed files with 1 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
steps:
- label: ":node:"
command: "npm test"
plugins:
docker-compose#v2.5.1:
run: app

View File

@@ -2,15 +2,4 @@ language: minimal
sudo: required
services:
- docker
before_script:
# Needed by bk CLI
- curl https://download.buildkite.com/agent/stable/latest/buildkite-agent-linux-amd64 > buildkite-agent
- chmod +x buildkite-agent
- sudo mv buildkite-agent /usr/local/bin/buildkite-agent
# Install the bk CLI
- curl -L https://github.com/buildkite/cli/releases/download/v0.2.0/bk-linux-amd64-0.2.0 > bk
- chmod +x bk
- sudo mv bk /usr/local/bin/bk
script:
# Run all the steps defined in .buildkite/pipeline.yml
bk run
script: docker-compose run app npm test