mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix(jenkins): fix typo
This commit is contained in:
parent
47aadf6dbd
commit
96e5316497
@ -52,7 +52,7 @@ pipeline {
|
||||
"--build-arg=MAKE_TARGET='${params.MAKE_TARGET}' " +
|
||||
"--build-arg=NIMFLAGS='${params.NIMFLAGS}' " +
|
||||
"--build-arg=EXPERIMENTAL='${params.EXPERIMENTAL}' " +
|
||||
"--target=${params.EXPERIMENTAL ? "experiemental" : "prod"} ."
|
||||
"--target=${params.EXPERIMENTAL ? "experimental" : "prod"} ."
|
||||
)
|
||||
} }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user