Added git configuration for the new CICD build setup.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-01-07 09:59:20 +13:00 committed by Dirk Hohndel
parent e8dd3389a7
commit 8e8c69f749

View file

@ -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`"