mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Use make when installing test requirements
This commit is contained in:
@@ -43,13 +43,13 @@ COPY awx/__init__.py awx/
|
|||||||
# Copy Makefile
|
# Copy Makefile
|
||||||
COPY Makefile .
|
COPY Makefile .
|
||||||
|
|
||||||
# Make tower runtime virtualenvs
|
# Install tower runtime virtualenvs
|
||||||
ENV SWIG_FEATURES="-cpperraswarn -includeall -I/usr/include/openssl"
|
ENV SWIG_FEATURES="-cpperraswarn -includeall -I/usr/include/openssl"
|
||||||
RUN make requirements
|
RUN make requirements
|
||||||
|
|
||||||
RUN pip install -r requirements/requirements_jenkins.txt
|
# Install tower test requirements
|
||||||
# ENV VENV_BASE=""
|
ENV VENV_BASE=""
|
||||||
# RUN make requirements_jenkins
|
RUN make requirements_jenkins
|
||||||
|
|
||||||
# Build front-end deps
|
# Build front-end deps
|
||||||
COPY awx/ui/package.json awx/ui/
|
COPY awx/ui/package.json awx/ui/
|
||||||
|
|||||||
Reference in New Issue
Block a user