Skip to content

Commit

Permalink
Merge branch 'master' into cleanup-xrdutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Singer committed Jul 1, 2024
2 parents 860e3e1 + af29a6c commit 5e5dfe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
cd /github/workspace/

# Use archive mirror for CentOS 7 until we are ready to migrate to CentOS 8
sed -i -e 's/mirrorlist/#mirrorlist/g' \
-e 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' \
/etc/yum.repos.d/CentOS-*

# Install dependencies
yum install -y wget git centos-release-scl ca-certificates

Expand Down

0 comments on commit 5e5dfe1

Please sign in to comment.