Skip to content

Commit

Permalink
Fix formatting bug
Browse files Browse the repository at this point in the history
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jan 19, 2021
1 parent 3da812e commit 784be32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ SMP/e build:
${lib.Constants.DEFAULT_LFJ_ARTIFACTORY_URL}/${releaseFilePath}/${releaseArtifacts['smpe-zip']['target']}
"""

}
def dockeramd64Message = ''
if (releaseArtifacts['docker-amd64'] && releaseArtifacts['docker-amd64']['target']) {
dockeramd64Message = """
Expand All @@ -622,7 +622,7 @@ docker amd64 image:
${lib.Constants.DEFAULT_LFJ_ARTIFACTORY_URL}/${releaseFilePath}/${releaseArtifacts['docker-amd64']['target']}
"""

}
def dockers390xMessage = ''
if (releaseArtifacts['docker-s390x'] && releaseArtifacts['docker-s390x']['target']) {
dockers390xMessage = """
Expand Down

0 comments on commit 784be32

Please sign in to comment.