Commit 39956a2
authored
propagate output from process-compose invocation (#2594)
## Summary
Currently the invocation of process-compose in devbox is smothering
useful error messaging from the `is_strict` parsing provided by
process-compose.
## How was it tested?
```shell
devbox run build
# the below is to create a failing process-compose file, to reproduce issue #2579
echo 'version: "0.5"
is_strict: true
processes:
foo:
commnad: echo "Hello, world!"
' > process-compose.yaml
devbox services up
```
## Referenced issue
#2579
## Community Contribution License
All community contributions in this pull request are licensed to the
project
maintainers under the terms of the
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
By creating this pull request, I represent that I have the right to
license the
contributions to the project maintainers under the Apache 2 License as
stated in
the
[Community Contribution
License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).1 parent 09c02d8 commit 39956a2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments