Skip to content
Snippets Groups Projects
Commit afadbaf7 authored by Neda Moeini's avatar Neda Moeini
Browse files

Removed build-isolation option from pip command.

parent 000be29f
No related branches found
No related tags found
No related merge requests found
Pipeline #84925 failed
...@@ -14,8 +14,7 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \ ...@@ -14,8 +14,7 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \
RUN pip install \ RUN pip install \
--pre \ --pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
goat-lso==${ARTIFACT_VERSION} \ goat-lso==${ARTIFACT_VERSION}
--no-isolation
RUN ansible-galaxy install \ RUN ansible-galaxy install \
-r ansible-galaxy-requirements.yaml \ -r ansible-galaxy-requirements.yaml \
-p /app/gap/ansible -p /app/gap/ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment