Skip to content
Snippets Groups Projects
Unverified Commit f868c8df authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Regen sample config before kicking off agents (#5370)

* Regen sample config before kicking off agents

* Add changelog
parent 71063a69
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@ steps:
image: "python:3.6"
propagate-environment: true
- wait
- command:
- "python -m pip install tox"
- "tox -e check-sampleconfig"
......@@ -46,6 +44,8 @@ steps:
- docker#v3.0.1:
image: "python:3.6"
- wait
- command:
- "python -m pip install tox"
- "tox -e py27,codecov"
......
Don't run CI build checks until sample config check has passed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment