Commit 16e373a9 by Kevin Falcone

We don't want to use a file, we have an ssh agent

Also, this file/path won't exist later on sandboxes which also
source this file when running /edx/bin/update
parent 4bfd391c
......@@ -160,7 +160,6 @@ ssh-keygen -f "/var/lib/jenkins/.ssh/known_hosts" -R "$deploy_host"
cd playbooks/edx-east
cat << EOF > $extra_vars_file
ansible_ssh_private_key_file: /var/lib/jenkins/${keypair}.pem
edx_platform_version: $edxapp_version
forum_version: $forum_version
notifier_version: $notifier_version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment