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