Skip to content

Commit c6f3e68

Browse files
author
Kartik Raj
committed
Remove xvfb step when building
1 parent eb11e16 commit c6f3e68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/azure-pipelines/templates/pack-steps.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ steps:
1212
- script: npm install
1313
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.package }}
1414
displayName: Install package dependencies
15-
- bash: |
16-
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
17-
echo ">>> Started xvfb"
18-
displayName: Start xvfb
19-
condition: eq(variables['Agent.OS'], 'Linux')

0 commit comments

Comments
 (0)