[KERNEL][TEST] Do not checkout trunk brranch of UMKa

git-svn-id: svn://kolibrios.org@9419 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-15 18:03:06 +00:00
parent 64086ffda0
commit 03d859336e

View File

@ -309,9 +309,6 @@ def download_umka():
print("Couldn't clone UMKa repo")
exit()
os.chdir("umka")
if os.system("git checkout trunk") != 0:
print("Couldn't checkout trunk branch of UMKa")
exit()
os.system("git pull")
os.chdir("../")