Skip to content

Commit

Permalink
wip(workflows): Remove flaky dependencyCheck task
Browse files Browse the repository at this point in the history
Removed `dependencyCheck` task because of flakiness in pipelines and
inability to bugfix as it works fine on some local devices.

Resolves: DCMAW-8361

Co-authored-by: Delphine <[email protected]>
Co-authored-by: Aamir <[email protected]>
  • Loading branch information
3 people committed Apr 25, 2024
1 parent 3cdaa9c commit a43fc77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .sh/lintProject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ shellcheck .sh/*
ktlintCheck \
vale

if [[ -n $SHOULD_RUN_DEPENDENCY_CHECKER ]]
then
./gradlew dependencyCheckAnalyze
fi
#if [[ -n $SHOULD_RUN_DEPENDENCY_CHECKER ]]
#then
# ./gradlew dependencyCheckAnalyze
#fi

if [[ $TEST_RUNNER_MODE == "unit" ]]
then
Expand Down

0 comments on commit a43fc77

Please sign in to comment.