Use debian image

This commit is contained in:
Santiago Lo Coco 2022-11-12 11:32:51 -03:00
parent 973d504887
commit 697dbda341
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: bash
image: debian
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)"