Skip to content
Snippets Groups Projects

Default `authorized_keys_enabled` setting to true

Merged Michael Kozono requested to merge fix-authorized-keys-enabled-default-2738 into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -327,7 +327,7 @@
@@ -327,7 +327,7 @@
end
end
end
end
if !ENV['CI'] # Skip in CI, it takes 1 minute
unless ENV['CI'] # Skip in CI, it takes 1 minute
context 'when the first batch can be skipped, but the next batch has keys that are not in the DB' do
context 'when the first batch can be skipped, but the next batch has keys that are not in the DB' do
before do
before do
gitlab_shell.remove_all_keys
gitlab_shell.remove_all_keys
Loading