Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
full CI disable is a little heavy handed just going to stop trying to…
Browse files Browse the repository at this point in the history
… hit the web endpoint
  • Loading branch information
thelamer committed Mar 5, 2019
1 parent 54bd75e commit 1984dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pipeline {
PR_DOCKERHUB_IMAGE = 'lspipepr/muximux'
DIST_IMAGE = 'alpine'
MULTIARCH='true'
CI='false'
CI_WEB='true'
CI='true'
CI_WEB='false'
CI_PORT='80'
CI_SSL='false'
CI_DELAY='120'
Expand Down
4 changes: 2 additions & 2 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ repo_vars:
- PR_DOCKERHUB_IMAGE = 'lspipepr/muximux'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='false'
- CI_WEB='true'
- CI='true'
- CI_WEB='false'
- CI_PORT='80'
- CI_SSL='false'
- CI_DELAY='120'
Expand Down

0 comments on commit 1984dc6

Please sign in to comment.