logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9b5194c4d3e5b95bf006283728912dfe7b22ca57
parent: 754947add811394b0636f65ba5281196ab05b893
Author: Morgan Bazalgette <the@howl.moe>
Date:   Sat, 31 Mar 2018 17:05:51 +0200

remove sudo

Diffstat:

M.gitlab-ci.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: node:latest before_script: - - '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' + - 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -' + - 'echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list' - apt-get update && apt-get install -y yarn - yarn install