mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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.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
|
||||
|
Loading…
Reference in New Issue
Block a user