You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/ci.yml: skip Ruby in Docker jobs
In the "build-docker" and "build-docker-cross" jobs in our CI GitHub
Actions workflow we currently install Ruby using the ruby/setup-ruby
action, which has been true since we introduced the first of these
jobs in commit 212c051 of PR git-lfs#3932.
However, unlike the corresponding jobs in our release workflow, where
we need the Ruby interpreter in order to run our script/packagecloud.rb
utility at the end of the job, we do not actually require Ruby for the
CI versions of these jobs, so we can simply remove the ruby/setup-ruby
step from them now.
0 commit comments