systemetric / shepherd-2

A rewrite of shepherd
Apache License 2.0
4 stars 0 forks source link

Commits to master should have the latest version of sheep/docs #9

Open shardros opened 2 years ago

shardros commented 2 years ago

AS A robocon release manager I WANT to know that the compiled version of the docs and sheep is the correct ones SO THAT I don't get compatability bugs with them falling out of sync DONE IS:

  1. CI automatically builds docs and sheep only master
  2. CI either: a. Commits the compiled version to master if someone commits an out of sync version (preferable for docs) b. Blocks a commit to master if the freshly built version does not match the one in the repo (preferable for sheep)

NOTES: