infrastructure-as-code-training icon indicating copy to clipboard operation
infrastructure-as-code-training copied to clipboard

Fix or remove CircleCI build

Open ina-stoyanova opened this issue 2 years ago • 0 comments

Currently we've got a Github check running the project in CircleCI, but we don't actually have it configured. As part of this issue, we should:

  • make a decision if we want a CircleCI pipeline to run - e.g. some terraform validate steps, or some other relevant steps
  • if yes, then add a configuration file & make sure it passes
  • if no, then disable this check for the project from CircleCI here

Why? Currently, almost every PR in this repo is appearing with a broken build because of the missing CircleCI configuration. This is not a big problem, so this task is more a housekeeping type of job.

ina-stoyanova avatar Feb 21 '22 13:02 ina-stoyanova