Skip to content

Commit

Permalink
Remove last bits of Semaphore config and artifacts (#1136)
Browse files Browse the repository at this point in the history
Follow up of #1134 where I forgot to update and remove some things for
the Semaphore CI.
  • Loading branch information
tombruijn authored Jul 2, 2024
1 parent 6051140 commit 71846b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ issues.
- [Ruby code documentation][ruby-doc]
- [Support][contact]

[![Build status](https://appsignal.semaphoreci.com/badges/appsignal-ruby/branches/main.svg)](https://appsignal.semaphoreci.com/projects/appsignal-ruby)
[![Gem Version](https://badge.fury.io/rb/appsignal.svg)](http://badge.fury.io/rb/appsignal)
[![Code Climate](https://codeclimate.com/github/appsignal/appsignal.png)](https://codeclimate.com/github/appsignal/appsignal)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace :build_matrix do
output = `git status`
if output.include? GITHUB_ACTION_WORKFLOW_FILE
puts "The `#{GITHUB_ACTION_WORKFLOW_FILE}` is modified. The changes were not committed."
puts "Please run `rake build_matrix:semaphore:generate` and commit the changes."
puts "Please run `rake build_matrix:github:generate` and commit the changes."
exit 1
end
end
Expand Down
22 changes: 0 additions & 22 deletions support/check_versions

This file was deleted.

0 comments on commit 71846b4

Please sign in to comment.