Skip to content

Commit f5633c4

Browse files
authored
Merge pull request #13696 from saheerb/patch-5
adapting to new s3 bucket location in travis.yml
2 parents a466a57 + a7dbff9 commit f5633c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dist: xenial
2121

2222
env:
2323
global:
24-
- deps_url="https://mbed-os-ci.s3-eu-west-1.amazonaws.com/jenkins-ci/deps"
24+
- deps_url="https://mbed-os-ci-public.s3-eu-west-1.amazonaws.com/jenkins-ci/deps"
2525
- deps_dir="${HOME}/.cache/deps"
2626

2727
cache:
@@ -77,7 +77,7 @@ matrix:
7777
env: NAME=astyle
7878
install:
7979
- >-
80-
curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
80+
curl -L0 https://mbed-os-ci-public.s3-eu-west-1.amazonaws.com/jenkins-ci/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
8181
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
8282
cd BUILD/astyle/build/gcc;
8383
make;

0 commit comments

Comments
 (0)