Deleted removing package/ from post pipeline

pull/3/head
yuobrezkov 2025-02-21 12:18:18 +03:00
parent 358e6cf509
commit beecc698f0
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -51,7 +51,6 @@ pipeline {
always {
script {
echo "Cleaning up workspace..."
sh "rm -rf ${env.WORKSPACE}/package/ || true"
sh "rm -rf ${env.WORKSPACE}/rc/ || true"
}
}