mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Fixes typo in deploy step
This commit is contained in:
Vendored
+1
-1
@@ -142,7 +142,7 @@ pipeline {
|
||||
dir("local-snapshots-dir/") {
|
||||
deleteDir()
|
||||
}
|
||||
sh './mvnw -B source:jar javadoc:jar -DskipAssembbly'
|
||||
sh './mvnw -B source:jar javadoc:jar -DskipAssembly'
|
||||
}
|
||||
}
|
||||
stage('Deploy Snapshot') {
|
||||
|
||||
Reference in New Issue
Block a user