Skip to content

Commit

Permalink
Update azure-pipelines-sq-v7.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-paulger-sonarsource committed Sep 30, 2024
1 parent 70690f8 commit 37ead90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-sq-v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ steps:
displayName: 'Install Node.js'

- script: |
echo Unsetting JAVA_HOME_17_X64
set JAVA_HOME_17_X64=
echo JAVA_HOME_17_X64 is now: %JAVA_HOME_17_X64%
displayName: 'Emulate non-set JAVA_HOME_17_X64'
echo "Unsetting JAVA_HOME_17_X64"
unset JAVA_HOME_17_X64
echo "JAVA_HOME_17_X64 is unset"
displayName: 'Unset JAVA_HOME_17_X64'

- task: SonarQubePrepare@7
inputs:
Expand Down

0 comments on commit 37ead90

Please sign in to comment.