Typo
This commit is contained in:
parent
a2f9c9e4f2
commit
41bdb64f0f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -35,7 +35,7 @@ node {
|
||||
def docker_tag
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'master') {
|
||||
app.push(docker_tag)
|
||||
app.push()
|
||||
} else {
|
||||
app.push("devel")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user