Skip to content

Commit

Permalink
.ci/deps.adoptopenjdk-packages.ps1: Prefetch CPD
Browse files Browse the repository at this point in the history
Running of .ci/deps.coala-bears.sh was removed from tox.ini
during the cleanup of coala#2910
but was necessary and the problem masked by the CI cache.

Fixes coala#2937
  • Loading branch information
jayvdb committed Jul 24, 2019
1 parent 6c20ca4 commit 9554bd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/deps.adoptopenjdk-packages.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function Install-coala-java-bears {
bash -e .ci/deps.coala-bears.sh
}

function Invoke-ExtraInstallation {
Install-coala-java-bears
}

0 comments on commit 9554bd6

Please sign in to comment.