Skip to content

Commit

Permalink
cleanWs() is very slow so dont do that for now
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 9, 2023
1 parent 10864cc commit c25851a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipeline {
post {
success { script { github.notifyPR(true) } }
failure { script { github.notifyPR(false) } }
cleanup { cleanWs() }
/* always { sh 'make purge' } */
/* cleanup { cleanWs() } */
always { sh 'make purge' }
}
}

0 comments on commit c25851a

Please sign in to comment.