mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 06:18:53 +09:00
fix jenkins 2: electric boogaloo
This commit is contained in:
parent
c9fa15214a
commit
7c9c042418
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
||||
if (env.BRANCH_NAME.startsWith('test-')) {
|
||||
env.DOCKER_TAG = 'testing'
|
||||
env.DOCKER_LATEST = 'false'
|
||||
} else if {
|
||||
} else if (env.BRANCH_NAME == 'main') {
|
||||
env.DOCKER_TAG = 'main'
|
||||
env.DOCKER_LATEST = 'true'
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user