issue-333 break on git clone error

This commit is contained in:
Roman Pelmegov 2023-03-07 16:26:54 +00:00
parent 216c228898
commit 0400dbe36d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ clone_platform() {
fi fi
cd .. cd ..
else
exit 1
fi fi
} }