phone CI: pull over https, push over ssh

old-commit-hash: ba20e91d11
commatwo_master
Adeeb Shihadeh 5 years ago
parent de457fddc2
commit 0a37fc0565
  1. 2
      release/build_devel.sh

@ -95,7 +95,7 @@ popd
if [ ! -z "$CI_PUSH" ]; then if [ ! -z "$CI_PUSH" ]; then
echo "[-] Pushing to $CI_PUSH T=$SECONDS" 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 fi
echo "[-] done pushing T=$SECONDS" echo "[-] done pushing T=$SECONDS"

Loading…
Cancel
Save