The template repo was updated to start the course off with the config.yml file and then have the learner open the PR to update it rather than create it. This should fix the issue currently occurring where Circle's new update prevents an attempt to build without the presence of a configuration file. This is currently breaking the course.
In response to https://github.com/githubtraining/ci-circle/issues/116, this updates the responses where it mentions creating the
config.yml
file to updating theconfig.yml
file.The template repo was updated to start the course off with the
config.yml
file and then have the learner open the PR to update it rather than create it. This should fix the issue currently occurring where Circle's new update prevents an attempt to build without the presence of a configuration file. This is currently breaking the course.