fix(jenkins): fix typo

This commit is contained in:
G 2022-12-06 01:18:33 +01:00 committed by GitHub
parent 002316cceb
commit b77a4faa55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"} ."
)
} }
}