anna-sara-maria / fundamentals-CI-integration

Lab 2 in software fundamentals
0 stars 1 forks source link

feat assessment branch #7

Closed anna-sara-maria closed 1 year ago

anna-sara-maria commented 1 year ago

"The assignment was slightly misunderstood by some. Branch "main" (or "master") is the actual CI server you work on, so it should contain all (working) code, unit tests, and documentation. Branch "assessment" is used to try out your CI server. That branch would usually contain a somewhat recent copy of the CI server itself, but it can also be unrelated code. During the presentation, you will modify and temporarily break the unit tests on the "assessment" branch, and the code that will run CI will be from the "main" branch.

So make sure you develop by merging pull requests into "main" as usual."