diff --git a/windows/build_insider.sh b/windows/build_insider.sh index 118a6739..2d6bc0f1 100644 --- a/windows/build_insider.sh +++ b/windows/build_insider.sh @@ -13,7 +13,9 @@ cd "$DOTFILES_PATH" git remote set-url origin https://github.com/cyplo/dotfiles.git git fetch -p git checkout $branch +set +e git pull +set -e git remote set-url origin git@github.com:cyplo/dotfiles.git # might fail on CI where there are no secret keys set +e