Skip to content
Snippets Groups Projects
Commit 840213c3 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

try deploying again

parent 3b20e4d2
No related branches found
Tags end-of-sprint-28
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10337 passed
......@@ -55,7 +55,7 @@ RUN poetry install
FROM base as prod
# Don't start until notification and workflow are ready
CMD sh /code/services/capability/bin/start-capability-with-healthchecks.sh
CMD sh ./bin/start-capability-with-healthchecks.sh
FROM base as dev
......
......@@ -47,11 +47,8 @@ RUN poetry install
FROM base as prod
ARG DEPLOY_ENV
ARG WS_VERSION=unknown-version
# Switch to vlapipe
ENV PYTHONPATH "${PYTHONPATH}:/home/vlapipe/.local"
#RUN SETUPTOOLS_SCM_PRETEND_VERSION=${WS_VERSION} pip install -e .
CMD ["poetry", "run", "pserve", "--reload", "${DEPLOY_ENV}.ini"]
FROM base as dev
......
......@@ -99,7 +99,6 @@ COPY /config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.
CMD /code/services/workflow/bin/boot-condor-and-workflow.sh
FROM pex-base as dev
ARG WS_VERSION=unknown-version
ENV PYTHONPATH "${PYTHONPATH}:/home/vlapipe/.local"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment