Skip to content

Commit

Permalink
TEMPORARY: DEBUG CI
Browse files Browse the repository at this point in the history
Do not merge
  • Loading branch information
lavocatt committed Sep 13, 2021
1 parent ab497cd commit a0fb21b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schutzbot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ ARCH=$(uname -m)
# Mock is only available in EPEL for RHEL.
if [[ $ID == rhel ]] && ! rpm -q epel-release; then
greenprint "📦 Setting up EPEL repository"
curl -Ls --retry 5 --output /tmp/epel.rpm \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo rpm -Uvh /tmp/epel.rpm
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
fi

# Currently openstack/rhel-8.4-x86_64 is beta image, the subscription will fail.
Expand Down

0 comments on commit a0fb21b

Please sign in to comment.