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

Breaking cache, again

parent 43faf561
No related branches found
No related tags found
1 merge request!1467Pinned all Python deps, allowing 'python' to vary with patches
Pipeline #12211 canceled
......@@ -51,6 +51,7 @@ ENV PATH "${PATH}:/home/vlapipe/.local/bin"
COPY --chown=vlapipe:vlapipe ./shared ./shared
COPY --chown=vlapipe:vlapipe ./apps/cli ./apps/cli
RUN pip install --upgrade pip
RUN echo look Mom, I broke the cache!
FROM base as local-pex
COPY --chown=vlapipe:vlapipe ./services/workflow/requirements.txt ./requirements.txt
......@@ -61,7 +62,6 @@ 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 in a different way from last time!
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