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

Loading…
Cancel
Save