mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
[jenkins] Don't install npm deps globally
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user