Skip to content

Commit

Permalink
fix: fdroid script running detekt twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jun 3, 2024
1 parent 06e769e commit 8bfd24d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-agent/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

if [ "$RUN_STATIC_CODE_ANALYSIS" = true ]; then
echo "Running Static Code Analysis"
./gradlew detektAll
./gradlew staticCodeAnalysis
fi

Expand Down

0 comments on commit 8bfd24d

Please sign in to comment.