Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
dde654fd
Commit
dde654fd
authored
Oct 05, 2021
by
Elian Kraja
Committed by
Giacomo Bernini
Oct 05, 2021
Browse files
Update .jenkins.sh: Adding missing parameter to run-container script
parent
99865b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.jenkins.sh
.jenkins.sh
+1
-1
No files found.
.jenkins.sh
View file @
dde654fd
...
...
@@ -18,7 +18,7 @@ if [ "$ret" != "0" ]; then
exit
-1
fi
bash ./scripts/run-container.sh
"
${
run_dir
}
"
bash ./scripts/run-container.sh
"
${
run_dir
}
"
"
$GIT_BRANCH
"
ret
=
$?
if
[
"
$ret
"
!=
"0"
]
;
then
echo
"run-container.sh failed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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