mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
[jenkins] Don't install npm deps globally
This commit is contained in:
parent
e1aa3bf6b3
commit
8e31e88972
2
Makefile
2
Makefile
@ -150,7 +150,7 @@ requirements_jenkins:
|
||||
else \
|
||||
(cd requirements && sudo pip install -r jenkins.txt); \
|
||||
fi
|
||||
npm install -g csslint jshint
|
||||
npm install csslint jshint
|
||||
|
||||
# "Install" ansible-tower package in development mode. Creates link to working
|
||||
# copy in site-packages and installs awx-manage command.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user