Commit 8f580853 by Feanil Patel

fixup! Be able to override the git identity.

parent f5313e83
......@@ -117,7 +117,7 @@ fi
identity_params="--identity /edx/var/jenkins/.ssh/id_rsa"
if [[ ! -z "$identity_path" ]]; then
region_params="--identity $identity_path"
identity_params="--identity $identity_path"
fi
cd configuration
......
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