install correct yarn package

pull/1335/head
Felix Ableitner 2020-12-10 17:33:23 +01:00
parent a8e0eee7df
commit 9793a0e521
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ steps:
LEMMY_SETUP__ADMIN_USERNAME: lemmy_alpha
LEMMY_SETUP__SITE_NAME: lemmy-alpha
commands:
- apt-get -y update
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update
- apt-get -y install --no-install-recommends yarn
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
- chown -R 991:991 volumes/pictrs_{alpha,beta,gamma,delta,epsilon}