added default git branch main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nils Stinnesbeck 2023-05-20 18:00:16 +02:00
parent be41f5cfcf
commit d9a602e2c4
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
qemu-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN git config --global init.defaultBranch main
VOLUME /gluon
WORKDIR /gluon