Skip to content

Commit e69b319

Browse files
authored
Fix typo
1 parent 7b3f59e commit e69b319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
sh "echo -e '\\n-XX:MaxMetaspaceSize=1024m'>>./.mvn/jvm.config"
6060
withMaven(mavenLocalRepo: env.WORKSPACE + '/.m2repository', publisherStrategy: 'EXPLICIT') {
6161
// to account for script-only maven wrapper use in Quarkus:
62-
withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS} ${env.MAVEN_CONFIG}'"]) {
62+
withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS} ${env.MAVEN_CONFIG}"]) {
6363
sh "./mvnw -pl !docs -Dquickly install"
6464
// Need to kill the gradle daemons started during the Maven install run
6565
sh "sudo pkill -f '.*GradleDaemon.*' || true"

0 commit comments

Comments
 (0)