Skip to content

Commit

Permalink
Fixes typo in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed May 6, 2022
1 parent 8e49362 commit 4eb2ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 4eb2ee8

Please sign in to comment.