Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh authored Nov 10, 2023
1 parent 1766de7 commit 7cfbe10
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,6 @@ pool:
vmImage: 'ubuntu-22.04'

steps:
# - task: CmdLine@2
# inputs:
# script: |
# sudo apt-get update
# sudo apt install libsystemd-dev libxi-dev libxtst-dev
# sudo apt-get install at-spi2-core
# sudo apt-get install xvfb
# ps -ef | grep xvfb
# export DISPLAY=:99
# export JAVA_HOME=$(JAVA_HOME_8_X64)
# export PATH=$(JAVA_HOME_8_X64)/bin:$(PATH)

# - script: |
# java -version
# env:
# JAVA_HOME: $(JAVA_HOME_8_X64)
# PATH: $(JAVA_HOME_8_X64)/bin:$(PATH)

- task: katalonTask@1
inputs:
version: '8.6.8'
Expand Down

0 comments on commit 7cfbe10

Please sign in to comment.