phone CI: pull over https, push over ssh

old-commit-hash: ba20e91d11
This commit is contained in:
Adeeb Shihadeh
2020-07-03 19:40:39 -07:00
parent de457fddc2
commit 0a37fc0565
+1 -1
View File
@@ -95,7 +95,7 @@ popd
if [ ! -z "$CI_PUSH" ]; then
echo "[-] Pushing to $CI_PUSH T=$SECONDS"
git push -f origin master-ci:$CI_PUSH
git push -f git@github.com:commaai/openpilot.git master-ci:$CI_PUSH
fi
echo "[-] done pushing T=$SECONDS"