Stop Edelweiss temporarily (#1593)

pull/1595/head
Nikhil Parasaram 3 years ago committed by GitHub
parent 0a2996a83e
commit 085f6bb0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      .drone.yml

@ -35,15 +35,16 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- git submodule update --remote --recursive - git submodule update --remote --recursive
# run edelewiss tests # run edelewiss tests
- edelweiss-cli # Temporarily stop Edelweiss drone
-p mythril #- edelweiss-cli
--timeout 90 # -p mythril
--output-dir $(pwd) # --timeout 90
--s3 # --output-dir $(pwd)
--dynamodb # --s3
--circle-ci CircleCI/mythril.csv # --dynamodb
--ignore-false-positives $IGNORE_FALSE_POSITIVES # --circle-ci CircleCI/mythril.csv
--ignore-regressions $IGNORE_REGRESSIONS # --ignore-false-positives $IGNORE_FALSE_POSITIVES
# --ignore-regressions $IGNORE_REGRESSIONS
when: when:
branch: branch:
- develop - develop

Loading…
Cancel
Save