Skip to content

Commit

Permalink
URSA-328 > conbench-test pipeline > Delete dockerized conbench_test d…
Browse files Browse the repository at this point in the history
…b before running tests (#59)
  • Loading branch information
ElenaHenderson committed May 14, 2021
1 parent 22b7479 commit a2e4f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/conbench-test/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
steps:
- label: "Build"
key: "build"
command: docker-compose build
command:
- docker-compose down
- docker-compose build

- label: "Test"
key: "test"
Expand Down

0 comments on commit a2e4f7d

Please sign in to comment.