mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
parent
cc059b16b2
commit
6f9faa66fa
Notes:
git
2020-06-18 19:15:16 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ module Bundler
|
||||||
"* Circle CI: https://circleci.com/\n" \
|
"* Circle CI: https://circleci.com/\n" \
|
||||||
"* Gitlab CI: https://docs.gitlab.com/ee/ci/\n\n"
|
"* Gitlab CI: https://docs.gitlab.com/ee/ci/\n\n"
|
||||||
|
|
||||||
result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate those test files now and " \
|
result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate the CI configuration now and " \
|
||||||
"in the future. github/travis/gitlab/circle/(none):"
|
"in the future. github/travis/gitlab/circle/(none):"
|
||||||
if result =~ /github|travis|gitlab|circle/
|
if result =~ /github|travis|gitlab|circle/
|
||||||
ci_template = result
|
ci_template = result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue