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

pipeline testing with poetry only services

parent 820c2e2c
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
......@@ -27,9 +27,9 @@ RUN addgroup --gid 9233 almapipe && \
useradd --create-home --comment "" --gid 9233 --uid 9233 almapipe
# needed for unit tests
USER vlapipe
WORKDIR /home/ssa/capo
COPY --chown=vlapipe:vlapipe docker.properties docker.properties
#USER vlapipe
#WORKDIR /home/ssa/capo
#COPY --chown=vlapipe:vlapipe docker.properties docker.properties
USER root
WORKDIR /code
......
......@@ -33,9 +33,9 @@ RUN addgroup --gid 9233 almapipe && \
useradd --create-home --comment "" --gid 9233 --uid 9233 almapipe
# needed for unit tests
USER vlapipe
WORKDIR /home/ssa/capo
COPY --chown=vlapipe:vlapipe docker.properties docker.properties
#USER vlapipe
#WORKDIR /home/ssa/capo
#COPY --chown=vlapipe:vlapipe docker.properties docker.properties
USER root
......
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