Skip to content
Snippets Groups Projects
Commit 188ee26e authored by Sam Kagan's avatar Sam Kagan
Browse files

Trying Brittany's actual fix

parent 73f6c9aa
No related branches found
Tags 2.5.0-rc2
1 merge request!1467Pinned all Python deps, allowing 'python' to vary with patches
Pipeline #12208 failed
......@@ -61,6 +61,7 @@ RUN SETUPTOOLS_SCM_PRETEND_VERSION=${WS_VERSION} pip install --user -r test-requ
FROM base as server-pex
USER root
RUN echo look Mom, I broke the cache!
COPY --chown=vlapipe:vlapipe ./services/workflow/gitlab-requirements.txt ./requirements.txt
COPY --chown=vlapipe:vlapipe ./test-requirements.txt ./test-requirements.txt
RUN SETUPTOOLS_SCM_PRETEND_VERSION=${WS_VERSION} pip install --user -r requirements.txt --extra-index-url https://${API_TOKEN}@gitlab.nrao.edu/api/v4/projects/621/packages/pypi/simple
......
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