removes un-nessary 'def'

This commit is contained in:
Hyatt 2022-04-01 17:23:49 -05:00
parent 9e3bef91f0
commit a87ae0d476
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -45,7 +45,7 @@ pipeline {
} else {
updateCmd = "dnf"
}
def dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest
dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
LABEL org.opencontainers.image.title="ubi${rhOS}/${image}"