Skip to content

Commit

Permalink
fix: bug fix in ci/Jenkinsfile.release: make -d:postgres part of NIMF…
Browse files Browse the repository at this point in the history
…LAGS (#2395)
  • Loading branch information
Ivansete-status authored Feb 2, 2024
1 parent f86baa0 commit 55d1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -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"} ."
)
Expand Down

0 comments on commit 55d1b07

Please sign in to comment.