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