Improved cleanup after licence-check test

This commit is contained in:
Jan Kurik 2023-07-25 18:17:59 +02:00
parent 3ffdbb5a31
commit a17e087edd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ done < <(sort -u <<< "${LICENSES}")
rlPhaseStartCleanup
rlRun "popd"
# rlRun "rm -r $tmp" 0 "Remove tmp directory"
rlRun "rm -r $tmp" 0 "Remove tmp directory"
rlRun "yum clean metadata"
[[ -n "${EPELREPO}" ]] && rlRun "rm -f ${EPELREPO}"
rlPhaseEnd