Commit b0323eb2 by Arbab Nazar

Merge pull request #3075 from edx/arbab/edxapp-rewrite

rewrite the edxapp role
parents 7a18a9f6 a7837987
#!/bin/sh
{% if EDXAPP_USE_GIT_IDENTITY %}
exec /usr/bin/ssh -o StrictHostKeyChecking=no -i {{ edxapp_git_identity }} "$@"
{% else %}
exec /usr/bin/ssh -o StrictHostKeyChecking=no "$@"
{% endif %}
\ No newline at end of file
#!/bin/sh
exec /usr/bin/ssh -o StrictHostKeyChecking=no "$@"
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