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 9d1bc8a commit 69da6ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
export JAVA_HOME_8_X64="/usr/lib/jvm/java-8-openjdk-amd64"
echo $JAVA_HOME_8_X64
export HELLO="Hello"
echo "Hello should print here: $HELLO"
- task: CmdLine@2
env:
Expand All @@ -27,7 +28,7 @@ steps:
inputs:
script: |
java -version
echo $HELLO
echo "Hello should not print here: $HELLO"
- task: katalonTask@1
inputs:
Expand Down

0 comments on commit 69da6ea

Please sign in to comment.