Skip to content
Snippets Groups Projects
Verified Commit d0f016cf authored by Varac's avatar Varac
Browse files

Use stdbuf instead of unbuffer for CI timestamping

There are different reasons for this:

- Using `stdbuf` will correctly return and non-zero
  exit code so when something breaks during CI `gitlab-runner`
  will mark the build as failed (Resolves: #8821).
- `stdbuf` is already installed by the `coreutils` package and
  thus saves diskspace
parent 1078bfff
Branches
Tags
1 merge request!99Use stdbuf instead of unbuffer for CI timestamping
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment