Skip to content

Commit

Permalink
Use vault.centos.org in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jul 31, 2024
1 parent e33b562 commit bf911f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ services:
- ../:/r-builds
centos-7:
image: centos:centos7
command: /r-builds/test/test-yum.sh
command: |
/bin/bash -c 'sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/* &&
/r-builds/test/test-yum.sh'
environment:
- OS_IDENTIFIER=centos-7
- R_VERSION=${R_VERSION}
Expand Down

0 comments on commit bf911f9

Please sign in to comment.