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

Commit

Permalink
Regen sample config before kicking off agents (#5370)
Browse files Browse the repository at this point in the history
* Regen sample config before kicking off agents

* Add changelog
  • Loading branch information
anoadragon453 authored Jun 6, 2019
1 parent 71063a6 commit f868c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
1 change: 1 addition & 0 deletions changelog.d/5370.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Don't run CI build checks until sample config check has passed.

0 comments on commit f868c8d

Please sign in to comment.