There was an error while loading. Please reload this page.
1 parent 4eab4a9 commit 02e0143Copy full SHA for 02e0143
spec/acceptance/clone_repo_spec.rb
@@ -445,6 +445,7 @@
445
run_shell('cat /home/testuser-ssh/.ssh/id_rsa.pub > /home/testuser-ssh/.ssh/authorized_keys')
446
run_shell('echo -e "Host localhost\n\tStrictHostKeyChecking no\n" > /home/testuser-ssh/.ssh/config')
447
run_shell('chown -R testuser-ssh:testuser-ssh /home/testuser-ssh/.ssh')
448
+ run_shell('rm -rf /var/run/nologin')
449
end
450
451
pp = <<-MANIFEST
@@ -497,6 +498,7 @@
497
498
# copy public key to authorized_keys
499
500
501
502
503
504
0 commit comments