Skip to content

Commit

Permalink
removing uneeded block logic for meta tagging the docker endpoints fr…
Browse files Browse the repository at this point in the history
…om the JenkinsFile
  • Loading branch information
thelamer committed Oct 6, 2018
1 parent 296e912 commit 7c3bb91
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 @@ -113,9 +113,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 7c3bb91

Please sign in to comment.