1
0
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:
Noa Himesaka 2023-09-11 18:15:36 +09:00
parent c9fa15214a
commit 7c9c042418

2
Jenkinsfile vendored
View File

@ -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 {