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
@ -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…
x
Reference in New Issue
Block a user