Skip to content

Commit

Permalink
Merge pull request AlmaLinux#128 from yuravk/devel-ng-0.21.0
Browse files Browse the repository at this point in the history
CI: Change URL of MariaDB repositories installation script
  • Loading branch information
eabdullin1 authored Jan 16, 2025
2 parents 60b5416 + 7304012 commit ee38107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elevate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
# Skip 'mariadb-maxscale' repository as it is broken for EL7
# --os-* options to install on EuroLinux
sudo curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- \
sudo curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- \
--skip-maxscale \
--os-version=${source_release} \
--os-type=rhel
Expand Down

0 comments on commit ee38107

Please sign in to comment.