tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3k stars 252 forks source link

Consolidate CircleCI config #1613

Closed jdeanwallace closed 1 year ago

jdeanwallace commented 1 year ago

Resolves https://github.com/tiny-pilot/tinypilot/issues/1612

In anticiaption of getting rid of Ansible via https://github.com/tiny-pilot/tinypilot/issues/1596, this PR simplifies our CircleCI config by removing the need for dynamic path-filtering.

This PR was created in the following way:

  1. Deletes the previous .circleci/config.yml file
  2. Renames .circleci/continue_config.yml to .circleci/config.yml
  3. Removes the ansible_role_changed CircleCI pipeline parameter

Review on CodeApprove

jdeanwallace commented 1 year ago
Automated comment from CodeApprove ➜

⏳ @mtlynch please review this Pull Request