Use alpine/git

This commit is contained in:
Santiago Lo Coco 2022-11-12 11:34:28 -03:00
parent 697dbda341
commit 433ab878f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: debian
image: alpine/git
commands:
- git config --local user.name "$(git log --format=%an | head -n 1)"
- git config --local user.email "$(git log --format=%ae | head -n 1)"