Skip to content

Commit

Permalink
Merge pull request #31 from aligent/fix/github-safe-directory
Browse files Browse the repository at this point in the history
fix: add safe directory to git
  • Loading branch information
TheOrangePuff authored Jan 21, 2024
2 parents 8d26f53 + d403afd commit 852449a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ RUN /venv/bin/pip install --no-cache-dir -r /requirements.txt
RUN git config --global --add safe.directory /build
RUN mkdir -p /opt/atlassian/pipelines/agent/build
RUN git config --global --add safe.directory /opt/atlassian/pipelines/agent/build
RUN git config --global --add safe.directory /github/workspace

ENTRYPOINT ["/pipe.py"]

0 comments on commit 852449a

Please sign in to comment.