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

Added no-build-isolation option to fix the build issue.

parent 3f550a42
No related branches found
No related tags found
No related merge requests found
Pipeline #84910 failed
...@@ -14,7 +14,8 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \ ...@@ -14,7 +14,8 @@ 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-build-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