fix: wercker fixes
This commit is contained in:
parent
ed0dc385af
commit
51fc558ada
@ -2,13 +2,10 @@ box: node:8-alpine
|
|||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- script:
|
- script:
|
||||||
name: yarn repository
|
name: install dependencies
|
||||||
code: |
|
code: |
|
||||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
apk update
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
apk add bash build-base curl git openssh yarn
|
||||||
apt update
|
|
||||||
- install-packages:
|
|
||||||
packages: bash build-essential git openssh yarn
|
|
||||||
- script:
|
- script:
|
||||||
name: yarn install
|
name: yarn install
|
||||||
code: |
|
code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user