Hello,
I already reported about the strange behavior in the Matrix Channel. I build the OpenVPN man page with Codeberg CI and publish it in a Dash-compatible format. To do this, I create a JSON file during the process with Woodpecker, which contains information necessary for Dash format creation.
Scenario 1:
Indentation: I used indentation, which looks nice. The Ruby Psych parser could read the file without any problems.
mark22k/zeal-docs@92442a1aab/.woodpecker/openvpn.yaml
https://ci.codeberg.org/repos/13725/pipeline/175/3
However, Woodpecker simply stops in the middle of execution (successfully?). This is not how it should be.
Scenario 2:
I remove the nice indentation:
mark22k/zeal-docs@9530504d08
mark22k/zeal-docs@9530504d08/.woodpecker/openvpn.yaml
https://ci.codeberg.org/repos/13725/pipeline/176/3
Now Woodpecker executes the script to the end.
I think this is a bug (maybe in the YAML parser).
Hello,
I already reported about the strange behavior in the [Matrix Channel](https://matrix.to/#/!LLCLqwCmFazlBXIXjT:obermui.de/$fbe1ggOloL4YLLuBnStUuVRZKKOQbiCPHMm49NcDZoY?via=freeyourgadget.org&via=matrix.org&via=tchncs.de). I build the OpenVPN man page with Codeberg CI and publish it in a Dash-compatible format. To do this, I create a JSON file during the process with Woodpecker, which contains information necessary for Dash format creation.
Scenario 1:
Indentation: I used indentation, which looks nice. The Ruby Psych parser could read the file without any problems.
https://codeberg.org/mark22k/zeal-docs/src/commit/92442a1aabeb32dc50da0567384436cf7eb56ff1/.woodpecker/openvpn.yaml
https://ci.codeberg.org/repos/13725/pipeline/175/3
However, Woodpecker simply stops in the middle of execution (successfully?). This is not how it should be.
Scenario 2:
I remove the nice indentation:
https://codeberg.org/mark22k/zeal-docs/commit/9530504d08dd5ec34ee281e61d7ede46969ff68b
https://codeberg.org/mark22k/zeal-docs/src/commit/9530504d08dd5ec34ee281e61d7ede46969ff68b/.woodpecker/openvpn.yaml
https://ci.codeberg.org/repos/13725/pipeline/176/3
Now Woodpecker executes the script to the end.
I think this is a bug (maybe in the YAML parser).