Skip to content

Commit

Permalink
turn ci web screenshots back on
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Apr 19, 2020
1 parent 1fae8ec commit a630de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
DIST_IMAGE = 'alpine'
MULTIARCH='true'
CI='true'
CI_WEB='false'
CI_WEB='true'
CI_PORT='80'
CI_SSL='false'
CI_DELAY='120'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repo_vars:
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_WEB='true'
- CI_PORT='80'
- CI_SSL='false'
- CI_DELAY='120'
Expand Down

0 comments on commit a630de9

Please sign in to comment.