Skip to content

Commit ad40b1b

Browse files
authored
Merge pull request #13694 from saheerb/patch-4
adapting to new s3 bucket location in travis.yml
2 parents fbe0409 + eeb61ec commit ad40b1b

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:
@@ -130,7 +130,7 @@ matrix:
130130
env: NAME=astyle
131131
install:
132132
- >-
133-
curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
133+
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;
134134
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
135135
cd BUILD/astyle/build/gcc;
136136
make;

0 commit comments

Comments
 (0)