Skip to content

Commit afdb942

Browse files
committed
skip release notes
1 parent 3cb8eff commit afdb942

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

build/integration/openvscode-server/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
sh 'tar -xzf openvscode-server-v1.96.4-linux-x64.tar.gz'
3939
sh 'cp -r extension/. openvscode-server-v1.96.4-linux-x64/extensions/extension'
4040
sh 'nohup extension/AxonIvyEngine/bin/AxonIvyEngine &'
41-
sh 'nohup openvscode-server-v1.96.4-linux-x64/bin/openvscode-server --host 0.0.0.0 --without-connection-token --disable-workspace-trust &'
41+
sh 'nohup openvscode-server-v1.96.4-linux-x64/bin/openvscode-server --host 0.0.0.0 --without-connection-token --disable-workspace-trust --skip-welcome --skip-release-notes &'
4242
sh 'npx playwright install --with-deps chromium'
4343
}
4444
}

playwright/tests/utils/app.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)