Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
2a39fa36
Commit
2a39fa36
authored
Feb 28, 2019
by
Michele Carignani
Browse files
fix relative path issue with Docker mount
parent
1e00418a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.jenkins.sh
View file @
2a39fa36
...
...
@@ -15,7 +15,7 @@ docker build --tag "$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
"
$(
pwd
)
/
src/yang:/yang
/
"
mjethanandani/pyang
"/bin/sh"
-c
"pyang -f jstree /yang/*"
>
"etsi-nfv.html"
exit
$?
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment