Merge branch 'devel'
This commit is contained in:
commit
fcf4495545
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