Commit 7997b7a
committed
ci: wrap build.sh in script(1) to provide a TTY in CI
build.sh runs 'docker run -it'; the -t fails in CI with 'the input device
is not a TTY'. Wrap each call in script(1) for a pseudo-terminal instead
of patching upstream tooling.1 parent 1133343 commit 7997b7a
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments