The comments on this gist were created by selecting lines 96-98 in https://buildkite.com/bazel/android-studio-plugin/builds/1216#ed6edb2d-83c6-47b0-ba42-76aa09234910, copying, and pasting. The empty lines, whitespace, |
s and --
s on some lines were the result of the paste. The same behaviour was observed copying from Chrome or Safari, and pasting into either Chrome, Safari or Firefox (e.g. including Chrome -> Safari, and Safari -> Chrome); copying from Firefox had even less useful behaviour.
This only seems to occur in Github's issue/PR descriptions and comments. Pasting into other places, such as a text editor, or this Gist edit box works as expected (no empty lines, whitespace or |
):
python3.6 bazelci.py project_pipeline --file_config=.bazelci/android-studio.yml | buildkite-agent pipeline upload'
2019-03-26 21:39:15 INFO Reading pipeline config from STDIN
bazelci.py:585: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://m