Skip to content

Commit a338d42

Browse files
authored
Merge pull request #3622 from diffblue/codebuild-ubuntu-mirror
use ec2 ubuntu mirror
2 parents 04c83d3 + c6bf328 commit a338d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6+
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
67
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
78
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
89
- add-apt-repository ppa:openjdk-r/ppa -y

0 commit comments

Comments
 (0)