mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
Force jenkins pip dependencies to override the base
This commit is contained in:
2
Makefile
2
Makefile
@@ -282,7 +282,7 @@ requirements_jenkins:
|
||||
if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/tower/bin/activate; \
|
||||
fi && \
|
||||
pip install -r requirements/requirements_jenkins.txt
|
||||
pip install -Ir requirements/requirements_jenkins.txt
|
||||
$(NPM_BIN) install csslint jshint
|
||||
|
||||
requirements: virtualenv requirements_ansible requirements_tower
|
||||
|
||||
Reference in New Issue
Block a user