removes un-nessary 'def'
This commit is contained in:
parent
9e3bef91f0
commit
a87ae0d476
@ -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}"
|
||||
|
Reference in New Issue
Block a user