Commit c865dde
authored
Create /mnt/ folder in case it is missing in CI runners (#60055)
Sometimes we get a worker that does not have /mnt filesystem mounted.
In this case we will attempt to use the same approach as with
other jobs - we will just create empty /mnt folder and hope the
disk space will be enough to run the job we want to run1 parent 8e2f3af commit c865dde
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments