bitsbeats / drone-tree-config

Drone helper for mono repositories.
Apache License 2.0
103 stars 24 forks source link

Fix #22 - 3 dots in yaml are replaced #23

Closed mach6 closed 4 years ago

mach6 commented 4 years ago

Yaml end of document separator (...) is also valid for some commands such as (go test ./...).

Changed the code use a regex to find the end of document separator and ignore any other occurences of 3 dots.

foosinn commented 4 years ago

Thanks!