mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-28 18:53:20 +00:00
fix: bug fix in ci/Jenkinsfile.release: make -d:postgres part of NIMFLAGS (#2395)
This commit is contained in:
parent
f478f6d339
commit
c5652d9d60
@ -65,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}' -d:postgres " +
|
||||
"--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