Skip to content
Snippets Groups Projects
Commit b6593655 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jenkins: fix mkdir invocation

Change-Id: Ic80b5bc2d369aacb27d5138057c58d591e648363
Refs: #48032
parent 4c761c43
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ function launch_functional_test_daemon { ...@@ -115,7 +115,7 @@ function launch_functional_test_daemon {
function build_contrib { function build_contrib {
pushd contrib pushd contrib
mkdir -f native mkdir -p native
pushd native pushd native
../bootstrap ../bootstrap
make make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment