Skip to content

Commit

Permalink
#1246: remove first of unwanted rm -Rfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaandys committed Jul 12, 2024
1 parent ac74ec4 commit 29c7634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pipeline {
stash name: 'ride-win', includes: '_/ride*/Ride-*-win32-ia32/**'
stash name: 'ride-linux', includes: '_/ride*/Ride-*-linux*/**'
stash name: 'ride-version', includes: '_/version, _/version.js'
sh 'rm -Rf _'
}
}
stage ('Packaging') {
Expand Down Expand Up @@ -80,7 +79,7 @@ pipeline {
}
}
}
stage ('OSX Notorise') {
stage ('OSX Notarise') {
agent {
label 'notarytool'
}
Expand Down

0 comments on commit 29c7634

Please sign in to comment.