Regen sample config before kicking off agents (#5370)
* Regen sample config before kicking off agents * Add changelogpull/5380/head
parent
71063a69b8
commit
f868c8df03
|
@ -36,8 +36,6 @@ steps:
|
||||||
image: "python:3.6"
|
image: "python:3.6"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
|
|
||||||
- wait
|
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "python -m pip install tox"
|
- "python -m pip install tox"
|
||||||
- "tox -e check-sampleconfig"
|
- "tox -e check-sampleconfig"
|
||||||
|
@ -46,6 +44,8 @@ steps:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "python:3.6"
|
image: "python:3.6"
|
||||||
|
|
||||||
|
- wait
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "python -m pip install tox"
|
- "python -m pip install tox"
|
||||||
- "tox -e py27,codecov"
|
- "tox -e py27,codecov"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Don't run CI build checks until sample config check has passed.
|
Loading…
Reference in New Issue