0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 04:23:44 +02:00

Regen sample config before kicking off agents (#5370)

* Regen sample config before kicking off agents

* Add changelog
This commit is contained in:
Andrew Morgan 2019-06-06 16:36:28 +01:00 committed by GitHub
parent 71063a69b8
commit f868c8df03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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"

1
changelog.d/5370.misc Normal file
View file

@ -0,0 +1 @@
Don't run CI build checks until sample config check has passed.