Commit 81029d8
committed
Set default git identity inside Docker runner
Configure a global git user.name and user.email in the local Docker
entrypoint when they are missing.
This makes local container runs behave more like GitHub CI for tests
that create commits, while still allowing overrides via existing git
config or UNITTESTING_GIT_USER_NAME/UNITTESTING_GIT_USER_EMAIL.1 parent b98141c commit 81029d8
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
| 23 | + | |
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
| |||
0 commit comments