Skip to content

Commit

Permalink
Add transitory symlink for old testoutput directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans committed Feb 21, 2024
1 parent 4ba6b5d commit 8e73e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ RUN mkdir -p "${CHASTE_SOURCE_DIR}" "${CHASTE_BUILD_DIR}" "${CHASTE_TEST_OUTPUT}
RUN ln -s "${CHASTE_PROJECTS_DIR}" projects
# DEPRECATED: Transitionary symlink for build directory
RUN ln -s "${CHASTE_BUILD_DIR}" lib
# DEPRECATED: Transitionary symlink for testoutput directory
RUN ln -s "${CHASTE_TEST_OUTPUT}}" testoutput

# Fix git permissions issue CVE-2022-24765
RUN git config --global --add safe.directory "${CHASTE_SOURCE_DIR}"
Expand Down

0 comments on commit 8e73e35

Please sign in to comment.