Skip to content

Commit 31738b1

Browse files
committed
do not screenshot during CI
1 parent 0ae35d6 commit 31738b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
DIST_IMAGE = 'alpine'
2727
MULTIARCH='true'
2828
CI='true'
29-
CI_WEB='true'
29+
CI_WEB='false'
3030
CI_PORT='80'
3131
CI_SSL='false'
3232
CI_DELAY='120'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repo_vars:
1818
- DIST_IMAGE = 'alpine'
1919
- MULTIARCH='true'
2020
- CI='true'
21-
- CI_WEB='true'
21+
- CI_WEB='false'
2222
- CI_PORT='80'
2323
- CI_SSL='false'
2424
- CI_DELAY='120'

0 commit comments

Comments
 (0)