Skip to content

Commit

Permalink
Remove the skip-git checkbox - it would break the functionality of ra…
Browse files Browse the repository at this point in the history
…ilsnew.io
  • Loading branch information
trinitytakei committed Feb 23, 2025
1 parent 1ae28ff commit 242d180
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions test/fixtures/element_rails_flag_checkboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
# updated_at :datetime not null
#

skip_git:
checked: false
default: false
created_at: <%= Time.current %>
updated_at: <%= Time.current %>

skip_docker:
checked: false
default: false
Expand Down
8 changes: 0 additions & 8 deletions test/fixtures/elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
# sub_group_id (sub_group_id => sub_groups.id)
#

skip_git_element:
label: Skip Git
description: Skip Git files
position: 0
sub_group: basic_setup_misc_default
variant: skip_git (Element::RailsFlagCheckbox)
command_line_value: "--skip-git"

database_sqlite3:
label: SQLite3
sub_group: databases_default
Expand Down

0 comments on commit 242d180

Please sign in to comment.