Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh committed Nov 20, 2023
1 parent f6ed69f commit 585f157
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ steps:
echo "Java Version Installed is"
java -version
echo "Install Complete"
export JAVA_HOME_8_X64="/usr/lib/jvm/java-8-openjdk-amd64"
echo $JAVA_HOME_8_X64
- task: CmdLine@2
env:
JAVA_HOME: /usr/lib/jvm/java-1.8.0-openjdk-amd64
PATH: /usr/lib/jvm/java-1.8.0-openjdk-amd64/bin:$(PATH)
inputs:
script: |
java -version
- task: katalonTask@1
inputs:
Expand Down

0 comments on commit 585f157

Please sign in to comment.