mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
Travis-ci: Switch from curl to wget for automation
Currently ~2/5 UPM travis-ci jobs are failing with an SSL error from curl when grabbing the 1.9.0 version of docker-compose. This commit is a brute-force attempt to make this go away. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
9d51454290
commit
460fdc2eb5
@ -7,10 +7,7 @@ services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- sudo rm /usr/local/bin/docker-compose
|
||||
- curl -L https://github.com/docker/compose/releases/download/1.9.0/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- sudo wget -q https://github.com/docker/compose/releases/download/1.9.0/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user