Skip to content

Commit f16f961

Browse files
committed
fix(ci): fix 'postgresql' verndor installation on EL7
(cherry picked from commit 013d986)
1 parent c0ff936 commit f16f961

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/elevate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@ jobs:
386386
sudo dnf install --disablerepo=* -y -q https://download.postgresql.org/pub/repos/yum/reporpms/EL-${source_release}-x86_64/pgdg-redhat-repo-latest.noarch.rpm
387387
case ${source_release} in
388388
7)
389-
sudo dnf -y -q install epel-release;;
389+
sudo dnf -y -q install epel-release
390390
# TODO: switch "PostgreSQL 12 for RHEL / CentOS" repository into yum-archive.postgresql.org
391391
sed -i 's#download.postgresql.org/pub/repos/yum/12/#yum-archive.postgresql.org/12/#g' /etc/yum.repos.d/pgdg-redhat-all.repo
392+
;;
392393
8)
393394
sudo dnf -y -q module disable postgresql;;
394395
esac

0 commit comments

Comments
 (0)