Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
update internal copr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan committed Feb 14, 2023
1 parent 1b57968 commit 05788f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/coverity.py
Expand Up @@ -179,7 +179,7 @@ def parent_repo_injection_info(self) -> (str, str):
"""
vol_mount_arg += f' -v {lr}:/covscan_local_{idx}_rhel_8:z'
else:
make_image_repo_files += 'RUN if cat /etc/redhat-release | grep "release 8"; then curl -k https://cov01.lab.eng.brq2.redhat.com/coverity/install/covscan/covscan-rhel-8.repo --output /etc/yum.repos.d/covscan.repo; fi\n'
make_image_repo_files += 'RUN if cat /etc/redhat-release | grep "release 8"; then curl -k https://copr.devel.redhat.com/coprs/kdudka/covscan/repo/epel-8/kdudka-covscan-epel-8.repo --output /etc/yum.repos.d/covscan.repo; fi\n'

return make_image_repo_files, vol_mount_arg

Expand Down

0 comments on commit 05788f4

Please sign in to comment.