Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Regen sample config before kicking off agents #5370

Merged
merged 2 commits into from
Jun 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ steps:
image: "python:3.6"
propagate-environment: true

- wait

- command:
- "python -m pip install tox"
- "tox -e check-sampleconfig"
Expand All @@ -46,6 +44,8 @@ steps:
- docker#v3.0.1:
image: "python:3.6"

- wait

- command:
- "python -m pip install tox"
- "tox -e py27,codecov"
Expand Down