Commit bfa4780
authored
chore: silence git describe errors in Docker make deps (#2823)
Silences the errors from running `make deps` locally and in CI:
```
=> [auth 6/8] RUN make deps 15.5s
=> => # fatal: not a git repository (or any of the parent directories): .git
=> => # fatal: not a git repository (or any of the parent directories): .git
=> => # fatal: not a git repository (or any of the parent directories): .git
=> => # fatal: not a git repository (or any of the parent directories): .git
=> => # fatal: not a git repository (or any of the parent directories): .git
=> => # fatal: not a git repository (or any of the parent directories): .git
```
These warnings are expected when `.git` does not exist.1 parent 79ad7b2 commit bfa4780
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments