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
Colas Pomies
LbNightlyTools
Commits
1ca25844
Commit
1ca25844
authored
Jun 01, 2015
by
cpomies
Browse files
Fixed bug on test value of no_checkout and rebuild_last_id
parent
9e1489d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins/user_launch.sh
View file @
1ca25844
...
...
@@ -16,9 +16,17 @@ set_common
get_configs_folder
--dest-dir
"configs"
if
[
"
${
rebuild_last_id
}
"
==
"true"
]
;
then
{
rebuild_last_id_opt
=
"--rebuild-last-id"
fi
if
[
"
${
no_checkout
}
"
==
"true"
]
;
then
no_checkout_opt
=
"--no-checkout"
fi
manage_user_launch
\
"
${
flavour
}
"
\
"
${
slots
}
"
\
${
slot_build_id
:+--slot-build-id
"
${
slot_build_id
}
"
}
\
${
rebuild_last_id
:+--rebuild-last-id
}
\
${
no_checkout
:+--no-checkou
t
}
${
rebuild_last_id
_opt
}
\
${
no_checkout
_op
t
}
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