added default git branch main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
be41f5cfcf
commit
d9a602e2c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user