From abd506aa4cfd4089ccd88e30978a1195cdffdb8b Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 7 Feb 2020 11:42:20 +0200 Subject: [PATCH] Test production workflow --- MANIFEST.in | 1 - integration-tests/Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4b590a3..1f147fa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ include tljh/systemd-units/* include tljh/*.tpl -include tljh/requirements-base.txt diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 7fc244e..00c6ac1 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -21,8 +21,8 @@ RUN systemctl set-default multi-user.target STOPSIGNAL SIGRTMIN+3 # Set up image to be useful out of the box for development & CI -ENV TLJH_BOOTSTRAP_DEV=yes -ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src +#ENV TLJH_BOOTSTRAP_DEV=yes +#ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src ENV PATH=/opt/tljh/hub/bin:${PATH} CMD ["/bin/bash", "-c", "exec /sbin/init --log-target=journal 3>&1"]