mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02: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 \
|
if [ "$(VENV_BASE)" ]; then \
|
||||||
. $(VENV_BASE)/tower/bin/activate; \
|
. $(VENV_BASE)/tower/bin/activate; \
|
||||||
fi && \
|
fi && \
|
||||||
pip install -r requirements/requirements_jenkins.txt
|
pip install -Ir requirements/requirements_jenkins.txt
|
||||||
$(NPM_BIN) install csslint jshint
|
$(NPM_BIN) install csslint jshint
|
||||||
|
|
||||||
requirements: virtualenv requirements_ansible requirements_tower
|
requirements: virtualenv requirements_ansible requirements_tower
|
||||||
|
|||||||
Reference in New Issue
Block a user