Skip to content

Commit

Permalink
remove any previously built keylime artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Jul 31, 2023
1 parent 39132b9 commit de56ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/generate_coverage_report/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ elif [ -n "${BASELINE_KEYLIME_RPM}" ]; then

rlRun "TmpDir=\$( mktemp -d )"
rlRun "pushd ${TmpDir}"
# remove any previously built keylime artifacts
rlRun "rm -rf ~/rpmbuild/BUILD/keylime*"
rlRun "mkdir sources"
rlRpmDownload --source ${BASELINE_KEYLIME_RPM}
rlRun "rpm -i keylime-*src.rpm"
Expand Down

0 comments on commit de56ad0

Please sign in to comment.