We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94a504 commit 4f1a44cCopy full SHA for 4f1a44c
github-actions-tests/tests.sh
@@ -69,7 +69,7 @@ REPO
69
eval "${PACKAGE_MANAGER_INSTALL} wget"
70
eval "${PACKAGE_MANAGER_INSTALL} bc"
71
eval "${PACKAGE_MANAGER_INSTALL} unzip"
72
- eval "${PACKAGE_MANAGER_INSTALL} https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
+ eval "${PACKAGE_MANAGER_INSTALL} https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm"
73
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"\
74
75
# run tests
0 commit comments