Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(solr): skip update-fields.sh test for no input if on Github IQSS#7903
Inside update-fields.sh we detect if a STDIN is given as a pipe via testing if FD 0 (stdin) is not attached to a terminal. This does not work inside a Github Action, so skip this for now till we see a problem or find a better solution.
- Loading branch information