Skip to content

Commit

Permalink
removing version comparison from check for setting master env variabl…
Browse files Browse the repository at this point in the history
…es in build configuration
  • Loading branch information
thelamer committed Aug 28, 2018
1 parent c7861bb commit 1b91a3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ pipeline {
stage("Set ENV live build"){
when {
branch "master"
expression {
env.LS_RELEASE != env.EXT_RELEASE + '-pkg-' + env.PACKAGE_TAG + '-ls' + env.LS_TAG_NUMBER
}
environment name: 'CHANGE_ID', value: ''
}
steps {
Expand Down

0 comments on commit 1b91a3e

Please sign in to comment.