Commit 41d7e53e authored by Michele Carignani's avatar Michele Carignani
Browse files

restoring html build with an additional docker run command

parent 4a452dc8
......@@ -14,5 +14,7 @@ IMG="$IMG_NAME:$VERSION"
docker build --tag "$IMG" .
docker run "$IMG"
docker run -v"src/yang:/yang" mjethanandani/pyang "/bin/sh" -c "pyang -f jstree /yang/*" > "etsi-nfv.html"
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