Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Solano CI and Snap CI support because they do not exist anymore #194

Merged
merged 3 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

### 3.10.0

* Remove Solano CI and Snap CI support because they do not exist anymore

https://github.com/KnapsackPro/knapsack_pro-ruby/pull/194

https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.9.0...v3.10.0

### 3.9.0

* Suppress all RSpec spec file names displayed in stdout at the beginning of running tests in Regular Mode only when the log level is >= `warn`
Expand Down
2 changes: 0 additions & 2 deletions lib/knapsack_pro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
require_relative 'knapsack_pro/config/ci/semaphore2'
require_relative 'knapsack_pro/config/ci/buildkite'
require_relative 'knapsack_pro/config/ci/travis'
require_relative 'knapsack_pro/config/ci/snap_ci'
require_relative 'knapsack_pro/config/ci/solano_ci'
require_relative 'knapsack_pro/config/ci/codeship'
require_relative 'knapsack_pro/config/ci/github_actions'
require_relative 'knapsack_pro/config/ci/heroku'
Expand Down
35 changes: 0 additions & 35 deletions lib/knapsack_pro/config/ci/snap_ci.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/knapsack_pro/config/ci/solano_ci.rb

This file was deleted.

104 changes: 0 additions & 104 deletions spec/knapsack_pro/config/ci/snap_ci_spec.rb

This file was deleted.

73 changes: 0 additions & 73 deletions spec/knapsack_pro/config/ci/solano_ci_spec.rb

This file was deleted.