Skip to content

Commit

Permalink
cicd: fix url for EPEL rpm (moved to archives)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyushin committed Aug 19, 2024
1 parent f94a504 commit 4f1a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions-tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ REPO
eval "${PACKAGE_MANAGER_INSTALL} wget"
eval "${PACKAGE_MANAGER_INSTALL} bc"
eval "${PACKAGE_MANAGER_INSTALL} unzip"
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"
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"\

# run tests
Expand Down

0 comments on commit 4f1a44c

Please sign in to comment.