Skip to content
Snippets Groups Projects

PIPELINE TESTING: Playing with shared/workspaces testing

Merged Charlotte Hausman requested to merge playing-with-shared-testing into 2.8.4-DEVELOPMENT
1 unresolved thread
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading