Skip to content

Commit

Permalink
Make sure we cleanup old FMUs before archiving them (#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 7, 2021
1 parent dc618a6 commit e8349eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Expand Up @@ -544,6 +544,7 @@ pipeline {
skipDefaultCheckout true
}
steps {
sh 'rm -rf testsuite/'
unstash 'cross-fmu'
unstash 'cross-fmu-extras'
sh '''
Expand All @@ -569,6 +570,7 @@ pipeline {
skipDefaultCheckout true
}
steps {
sh 'rm -rf testsuite/'
unstash 'cross-fmu'
unstash 'cross-fmu-extras'
sh '''
Expand All @@ -593,6 +595,7 @@ pipeline {
skipDefaultCheckout true
}
steps {
sh 'rm -rf testsuite/'
unstash 'cross-fmu'
unstash 'cross-fmu-extras'
sh '''
Expand Down

0 comments on commit e8349eb

Please sign in to comment.