Skip to content

Commit 4f1a44c

Browse files
committed
cicd: fix url for EPEL rpm (moved to archives)
1 parent f94a504 commit 4f1a44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ REPO
6969
eval "${PACKAGE_MANAGER_INSTALL} wget"
7070
eval "${PACKAGE_MANAGER_INSTALL} bc"
7171
eval "${PACKAGE_MANAGER_INSTALL} unzip"
72-
eval "${PACKAGE_MANAGER_INSTALL} https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
72+
eval "${PACKAGE_MANAGER_INSTALL} https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm"
7373
REPO=${PACKAGE_MANAGER_INSTALL}" https://download.postgresql.org/pub/repos/yum/reporpms/EL-"$(echo ${OS} | sed -r 's/^[^0-9]*([0-9]+).*/\1/')"-x86_64/pgdg-redhat-repo-latest.noarch.rpm"\
7474

7575
# run tests

0 commit comments

Comments
 (0)