]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ci-rpm: Fix packages.endpointdev.com URL (#4414)
authorJorge Pereira <jpereira@users.noreply.github.com>
Mon, 14 Mar 2022 19:24:08 +0000 (16:24 -0300)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 19:24:08 +0000 (15:24 -0400)
Needed by Centos-7 CI Building when installing https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm

.github/workflows/ci-rpm.yml

index 577f6173417e282bd6a61c3d94442676525090c1..806409ff1fe9993956edc067724fe1e4839bd759 100644 (file)
@@ -95,7 +95,7 @@ jobs:
     - name: Install recent git for CentOS 7
       if: ${{ matrix.env.NAME == 'centos-7' }}
       run: |
-        yum install -y https://packages.endpoint.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm
+        yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm
 
     - name: Install distro git for CentOS > 7
       if: ${{ matrix.env.NAME != 'centos-7' }}