Skip to content

Commit

Permalink
Clean directories before unstashing for notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRivers committed Aug 30, 2023
1 parent aae58d7 commit ea4d2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ pipeline {
label 'notarytool'
}
steps {
sh 'rm -Rf ship'
sh 'rm -Rf _'
unstash 'ride-version'
unstash 'mac-ship'
withCredentials([usernamePassword(credentialsId: '868dda6c-aaec-4ee4-845a-57362dec695b', passwordVariable: 'APPLE_APP_PASS', usernameVariable: 'APPLE_ID')]) {
Expand Down

0 comments on commit ea4d2b4

Please sign in to comment.