[KERNEL][TEST] Undo prior, main branch isn't ready

git-svn-id: svn://kolibrios.org@9420 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-15 18:03:39 +00:00
parent 03d859336e
commit 97222e8036
1 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,9 @@ 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("../")