Remove mythril clone step

pull/1065/head
Aleksandr Sobolev 6 years ago
parent 4bea0111eb
commit b4e684f244
  1. 7
      .circleci/config.yml

@ -85,9 +85,6 @@ jobs:
steps:
- checkout
- setup_remote_docker
- run:
name: Clone Mythril
command: git clone https://github.com/Consensys/mythril
- run:
name: Clone Edelweiss
command: git clone --recurse-submodules https://$GIT_TOKEN@github.com/Consensys/Edelweiss.git
@ -171,8 +168,8 @@ workflows:
- improvement/tool-based-integration-tests
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires:
- test
# requires:
# - test
- pypi_release:
filters:
branches:

Loading…
Cancel
Save