Browse Source

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.
pull/1675/head
Alexander Simmerl 7 years ago
parent
commit
a4779fdf51
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      .circleci/config.yml

+ 0
- 3
.circleci/config.yml View File

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


Loading…
Cancel
Save