Skip to content

Commit e34b95a

Browse files
committed
(ci) fix typo
1 parent d74b374 commit e34b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
maven "apache-maven-3.9.9"
88
}
99
steps {
10-
sh 'mvn deploy -Ddeploy-local'
10+
sh 'mvn deploy -Pdeploy-local'
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)