Disable slate step in CI workflow

It's currently breaking for unknown reasons, until fixed we going to
disable it, to not block on it for unrelated PRs.
This commit is contained in:
Alexander Simmerl 2018-06-02 15:49:25 +02:00
parent f34d1009c4
commit a4779fdf51
No known key found for this signature in database
GPG Key ID: 4694E95C9CC61BDA
1 changed files with 0 additions and 3 deletions

View File

@ -199,9 +199,6 @@ workflows:
test-suite:
jobs:
- setup_dependencies
- build_slate:
requires:
- setup_dependencies
- setup_abci:
requires:
- setup_dependencies