fix fast test

This commit is contained in:
Alexander Kuzmenkov 2021-02-10 15:37:21 +03:00
parent a2a0d385c5
commit 739990d075

View File

@ -120,7 +120,7 @@ function clone_root
git checkout FETCH_HEAD
echo 'Clonned merge head'
else
git fetch
git fetch origin "+refs/pull/$PULL_REQUEST_NUMBER/head"
git checkout "$COMMIT_SHA"
echo 'Checked out to commit'
fi