mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added git configuration for the new CICD build setup.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
e8dd3389a7
commit
8e8c69f749
1 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ WORKDIR /android
|
|||
COPY --from=build /android/ .
|
||||
|
||||
RUN git config --global --add safe.directory /android/subsurface && \
|
||||
git config --global --add safe.directory /android/subsurface/libdivecomputer
|
||||
git config --global --add safe.directory /android/subsurface/libdivecomputer && \
|
||||
git config --global --add safe.directory /android/subsurface/nightly-builds
|
||||
|
||||
RUN touch finished-"`date`"
|
||||
|
|
Loading…
Add table
Reference in a new issue