shell: ta-rpm-deploy: Cleanup stale duplicates dir
[ci-management.git] / jjb / shell / ta-rpm-deploy.sh
index aa46e7a..bd31a4c 100644 (file)
@@ -27,6 +27,7 @@ results_dir="$WORKSPACE/work/results"
 repo_name=`echo $WORKSPACE | awk -F '/' '{print $4}' | cut -d '-' -f2- | sed 's|\(.*\)-.*|\1|'`
 
 #Creating dirs to move duplicate RPMs/SRPMs to avoid re-upload and copy the changed RPMs/SRPMs
+rm -rf "$results_dir/repo/duplicates" "$results_dir/src_repo/duplicates"
 mkdir "$results_dir/repo/duplicates"
 mkdir "$results_dir/src_repo/duplicates"
 mkdir -p "$arch_dir"