mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Travis: Fix Windows build from PRs
This commit is contained in:
parent
c76375de91
commit
4a65db54c9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [ ! -z "$1" ]; then
|
|||
if ! git cat-file -e "$1" 2> /dev/null
|
||||
then # can't find target
|
||||
# try pull requests
|
||||
git config --local --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*'
|
||||
git config --local --add remote.origin.fetch '+refs/pull/*/merge:refs/remotes/origin/pr/*'
|
||||
git fetch --all
|
||||
fi
|
||||
git checkout $1
|
||||
|
|
Loading…
Add table
Reference in a new issue