Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mastofe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Pleroma
mastofe
Commits
9b5194c4
There was a problem fetching the pipeline summary.
Verified
Commit
9b5194c4
authored
7 years ago
by
Morgan Bazalgette
Browse files
Options
Downloads
Patches
Plain Diff
remove sudo
parent
754947ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
9b5194c4
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment