githubtraining / ci-circle

Course repo for Learning Lab course "Continuous Integration with CircleCI". Template repo ➡
https://github.com/githubtraining/ci-circle-template
Creative Commons Attribution 4.0 International
3 stars 9 forks source link

Template repository TODO #75

Closed brianamarie closed 5 years ago

brianamarie commented 5 years ago

Template Repository changes

CircleCI config changes

Changing author

Pull request template

Extra merging taking extra time

Why is step merging master into custom build? That's what's taking a long time.

To avoid this, template repository custom-build branch should have - image: circleci/ruby:2.4.1-node-browsers. All branches except for initial-circle-config, timestamp, master, should have - image: circleci/ruby:2.4.1-node-browsers. timestamp doesn't matter.add-links should have it.

---
layout: default
title: Getting ready for class
---

The time is: {{ site.time }}

## Getting Ready for Class
While you are waiting for class to begin, please take a few minutes to set up your local work environment.
ppremk commented 5 years ago
  • filter-base the template repo -> and we'll need to change line 167 of config to right: "circle-ci: buildandtest"

@brianamarie could you please help take this on since you would be wrapping up the changes to the config file please?

brianamarie commented 5 years ago

This is done. Hopefully it is done right but I'll find out as I do a happy path! If there are bugs I'll open a new issue, and make sure to commit as githubteacher if possible so no more filterbranch is necessary.