fix cleanup step

This commit is contained in:
Roberto Cirillo 2022-04-29 15:24:12 +02:00
parent 032d76252e
commit 8140852ef4
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -89,7 +89,6 @@ pipeline {
rm ${BACKUP_FILE};
fi
mv ${DEPLOY_FILE} ${BACKUP_FILE};
rm ${DEPLOY_FILE};
else
echo "deploy file empty"
fi