Merge pull request #1074 from sm00th/pr_fetch

tests/integration: fetch pull-request data
This commit is contained in:
Artem Savkov 2020-02-26 13:51:36 +01:00 committed by GitHub
commit fcc7dad42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ git clone "${KPATCH_GIT}" || exit 1
cd kpatch || exit 1
git fetch origin +refs/pull/*:refs/pull/*
git reset --hard "${KPATCH_REV}" || exit 1
# shellcheck disable=SC1091