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 585f157 commit 9d1bc8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ steps:
echo "Install Complete"
export JAVA_HOME_8_X64="/usr/lib/jvm/java-8-openjdk-amd64"
echo $JAVA_HOME_8_X64
export HELLO="Hello"
- task: CmdLine@2
env:
Expand All @@ -26,6 +27,7 @@ steps:
inputs:
script: |
java -version
echo $HELLO
- task: katalonTask@1
inputs:
Expand Down

0 comments on commit 9d1bc8a

Please sign in to comment.