debug git setup
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/master unknown status Details
ci/woodpecker/push/next unknown status Details

This commit is contained in:
OCram85 2022-10-21 21:17:26 +02:00
parent fcd82cd81c
commit dbea11253a
1 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@ ENV STARSHIP_CONFIG=/etc/starship.tom
COPY starship.toml /etc/starship.toml
RUN \
"**** setup git ****" && \
git config --system credential.helper store
echo "**** setup git ****" && \
git config --system credential.helper store && \
echo 'source /usr/share/bash-completion/completions/git' >> /etc/bash.bashrc
RUN \
echo "**** install dev runtimes ****" && \