Skip to content

Commit

Permalink
Add missing deleteDir to packaging pipeline (#22553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored Nov 11, 2020
1 parent 41a62c3 commit 909c16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pipeline {
stage('Checkout') {
options { skipDefaultCheckout() }
steps {
deleteDir()
script {
if(isUpstreamTrigger()) {
try {
Expand Down Expand Up @@ -306,4 +307,4 @@ def withBeatsEnv(Closure body) {
}
}
}
}
}

0 comments on commit 909c16b

Please sign in to comment.