Commit 1e00418a authored by Mahesh Jethanandani's avatar Mahesh Jethanandani Committed by Michele Carignani
Browse files

Fixed the build for tree diagram

parent 41d7e53e
...@@ -14,6 +14,7 @@ IMG="$IMG_NAME:$VERSION" ...@@ -14,6 +14,7 @@ IMG="$IMG_NAME:$VERSION"
docker build --tag "$IMG" . docker build --tag "$IMG" .
docker run "$IMG" docker run "$IMG"
echo "Building HTML tree"
docker run -v"src/yang:/yang" mjethanandani/pyang "/bin/sh" -c "pyang -f jstree /yang/*" > "etsi-nfv.html" docker run -v"src/yang:/yang" mjethanandani/pyang "/bin/sh" -c "pyang -f jstree /yang/*" > "etsi-nfv.html"
exit $? exit $?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment