Skip to content

Commit

Permalink
🧱 Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin authored Nov 23, 2023
1 parent 4dcb914 commit 6fb7ed4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ pool:
vmImage: ubuntu-latest

steps:
- task: Cache@2 # Not required, but Qodana will open projects with cache faster.
inputs:
key: '"$(Build.Repository.Name)" | "$(Build.SourceBranchName)" | "$(Build.SourceVersion)"'
path: '$(Agent.TempDirectory)/qodana/jvm/cache'
restoreKeys: |
"$(Build.Repository.Name)" | "$(Build.SourceBranchName)"
"$(Build.Repository.Name)"
- task: QodanaScan@2023
inputs:
args: --log-level,debug,-l,jetbrains/qodana-jvm-community:latest,--property,idea.headless.enable.statistics=false

0 comments on commit 6fb7ed4

Please sign in to comment.