Skip to content

Commit

Permalink
Fix Teardown location
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmode committed Nov 27, 2024
1 parent f22a5e3 commit bef541b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sonic/epoch-sealing-fakenet.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ pipeline {
}
}
}
}

stage('Teardown') {
steps {
dir('lascala/utils/network-rules-updator') {
sh "rm -rf package-lock.json node_modules"
stage('Teardown') {
steps {
dir('lascala/utils/network-rules-updator') {
sh "rm -rf package-lock.json node_modules"
}
}
}
}
Expand Down

0 comments on commit bef541b

Please sign in to comment.