mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
ci/Jenkinsfile.release: enforce -d:postgres flag is always used (#2389)
This commit is contained in:
parent
70893850f8
commit
73ddc8c78c
@ -44,7 +44,6 @@ pipeline {
|
||||
'-d:disableMarchNative',
|
||||
'-d:chronicles_colors:none',
|
||||
'-d:insecure',
|
||||
'-d:postgres',
|
||||
].join(' ')
|
||||
)
|
||||
choice(
|
||||
@ -66,7 +65,7 @@ pipeline {
|
||||
"${params.IMAGE_NAME}:${params.IMAGE_TAG ?: env.GIT_COMMIT.take(8)}",
|
||||
"--label=commit='${env.GIT_COMMIT.take(8)}' " +
|
||||
"--build-arg=MAKE_TARGET='${params.MAKE_TARGET}' " +
|
||||
"--build-arg=NIMFLAGS='${params.NIMFLAGS}' " +
|
||||
"--build-arg=NIMFLAGS='${params.NIMFLAGS}' -d:postgres " +
|
||||
"--build-arg=LOG_LEVEL='${params.LOWEST_LOG_LEVEL_ALLOWED}' " +
|
||||
"--target=${params.DEBUG ? "debug" : "prod"} ."
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user