mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
circleci: fix broken yarn install
This commit is contained in:
parent
063534d18b
commit
e8e3f0b3ac
@ -4,9 +4,7 @@ machine:
|
|||||||
- git config --global user.email "circleci@joyent.zone"
|
- git config --global user.email "circleci@joyent.zone"
|
||||||
- git config --global user.name "circlebot"
|
- git config --global user.name "circlebot"
|
||||||
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
|
- 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
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
- 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
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user