1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

circleci: fix broken yarn install

This commit is contained in:
Tom Gallacher 2016-11-02 16:45:57 +00:00
parent 063534d18b
commit e8e3f0b3ac

View File

@ -4,9 +4,7 @@ machine:
- git config --global user.email "circleci@joyent.zone"
- git config --global user.name "circlebot"
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update && sudo apt-get install yarn
- curl -o- -L https://yarnpkg.com/install.sh | bash
services:
- docker