Skip to content

Commit

Permalink
Merge pull request crytic#7 from crytic/fix-extra-crytic-compile-call
Browse files Browse the repository at this point in the history
Drop extra crytic-compile call
  • Loading branch information
montyly authored May 11, 2022
2 parents aa18757 + 50c4c55 commit 848658e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ if [[ -n "$SLITHERCONF" ]]; then
CONFIGFLAG="--config-file=$SLITHERCONF"
fi

crytic-compile "$TARGET" $IGNORECOMPILEFLAG

if [[ -z "$SLITHERARGS" ]]; then
slither "$TARGET" $SARIFFLAG $IGNORECOMPILEFLAG $CONFIGFLAG
else
Expand Down

0 comments on commit 848658e

Please sign in to comment.