Use alpine/git
This commit is contained in:
parent
697dbda341
commit
433ab878f6
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git config --local user.name "$(git log --format=%an | head -n 1)"
|
- git config --local user.name "$(git log --format=%an | head -n 1)"
|
||||||
- git config --local user.email "$(git log --format=%ae | head -n 1)"
|
- git config --local user.email "$(git log --format=%ae | head -n 1)"
|
||||||
|
|
Loading…
Reference in New Issue