Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
7b484247
Commit
7b484247
authored
Jun 29, 2020
by
Guillaume Perréal
Browse files
Utilise sudo pour installer le packege NPM en global en CI.
parent
67bf0c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b484247
...
...
@@ -44,7 +44,7 @@ npm-test:
stage
:
test
image
:
node:12
before_script
:
-
npm install --global "git+${CI_REPOSITORY_URL}#${CI_COMMIT_REF_NAME}"
-
sudo
npm install --global "git+${CI_REPOSITORY_URL}#${CI_COMMIT_REF_NAME}"
script
:
-
prezbuilder build src public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment