We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e30dc59 + 3bc806d commit 8bf7a3dCopy full SHA for 8bf7a3d
railties/lib/rails/generators/rails/app/templates/config/ci.rb.tt
@@ -25,7 +25,7 @@ CI.run do
25
step "Tests: Seeds", "env RAILS_ENV=test bin/rails db:seed:replant"
26
27
# Optional: set a green GitHub commit status to unblock PR merge.
28
- # Requires the `gh` CLI and and `gh extension install basecamp/gh-signoff`.
+ # Requires the `gh` CLI and `gh extension install basecamp/gh-signoff`.
29
# if success?
30
# step "Signoff: All systems go. Ready for merge and deploy.", "gh signoff"
31
# else
0 commit comments