Commit 0c0d745
authored
ci: rm explicit container name & obsolete version attr (#2120)
## What kind of change does this PR introduce?
Having explicit `container_name` defined in the docker compose prevents
utilizing [git worktrees](https://git-scm.com/docs/git-worktree). By
removing, each container name will be prefixed with the current working
directory, hence preventing any name collisions.
Also removing the `version` attribute per the warning:
```
the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
```1 parent 747bf3b commit 0c0d745
3 files changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | 464 | | |
470 | 465 | | |
471 | | - | |
| 466 | + | |
472 | 467 | | |
473 | 468 | | |
474 | | - | |
| 469 | + | |
475 | 470 | | |
476 | 471 | | |
477 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments