Test: yang models added patches to counter https://github.com/YangModels/yang/issues/1165

This commit is contained in:
Olof hagsand 2022-02-20 11:48:52 +01:00
parent 503c4f8754
commit 31719b5ef4
2 changed files with 13 additions and 9 deletions

View file

@ -280,6 +280,7 @@ cat<<EOF > $dir/yangmodels.sh
cd /usr/local/share
test -d yang || mkdir yang
cd yang
git config --global init.defaultBranch master
git init
git remote add -f origin https://github.com/YangModels/yang
git config core.sparseCheckout true