Skip to content
Snippets Groups Projects
Verified Commit 9b5194c4 authored by Morgan Bazalgette's avatar Morgan Bazalgette
Browse files

remove sudo

parent 754947ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment