We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14076a5 + a056894 commit 6f06adeCopy full SHA for 6f06ade
1 file changed
test/Rakefile
@@ -12,7 +12,7 @@ EXAMPLE_APP = ENV['DEIS_TEST_APP'] || 'example-ruby-sinatra'
12
namespace :setup do
13
task :all => ['create_ssh_key','clone_example_app']
14
task :create_ssh_key do
15
- run_command("if [ ! -f #{AUTH_KEY} ]; then ssh-keygen -q -t rsa -f #{AUTH_KEY} -N '' -C deis && ssh-add -K #{AUTH_KEY} ; fi")
+ run_command("if [ ! -f #{AUTH_KEY} ]; then ssh-keygen -q -t rsa -f #{AUTH_KEY} -N '' -C deis && ssh-add #{AUTH_KEY} ; fi")
16
end
17
task :clone_example_app do
18
run_command("if [ ! -d ./#{EXAMPLE_APP} ]; then git clone https://github.com/opdemand/#{EXAMPLE_APP}.git ; fi")
0 commit comments