mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-28 03:33:35 -05:00
update strings
This commit is contained in:
@@ -37,7 +37,12 @@ RUN yum install -y nodejs
|
||||
WORKDIR "/ansible-tower"
|
||||
|
||||
# Copy requirements files
|
||||
COPY requirements/*.txt requirements/
|
||||
# NOTE: '*' is not used as it invalidates docker caching
|
||||
COPY requirements/requirements.txt requirements/
|
||||
COPY requirements/requirements_ansible.txt requirements/
|
||||
COPY requirements/requirements_dev.txt requirements/
|
||||
COPY requirements/requirements_jenkins.txt requirements/
|
||||
|
||||
|
||||
# Copy __init__.py so the Makefile can retrieve `awx.__version__`
|
||||
COPY awx/__init__.py awx/
|
||||
@@ -58,7 +63,7 @@ COPY awx/ui/package.json awx/ui/
|
||||
|
||||
RUN npm set progress=false
|
||||
|
||||
RUN make ui-deps-built
|
||||
RUN make ui-deps
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
CMD ["bash"]
|
||||
|
||||
@@ -5,6 +5,7 @@ services:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
||||
environment:
|
||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||
TEST_DIRS: "awx/main/tests/unit"
|
||||
|
||||
Reference in New Issue
Block a user