Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
e56f3015
Commit
e56f3015
authored
May 20, 2019
by
Arnaud Blanchard
Browse files
Update clone_standard_modules.sh
parent
47d2efaf
Pipeline
#48
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
developer_tools/clone_standard_modules.sh
View file @
e56f3015
...
...
@@ -24,6 +24,6 @@ standard_modules="blibs/blc_core blibs/blc_channel blibs/blc_network blibs/blc_p
for
module
in
$standard_modules
do
echo
"Cloning '
$module
':"
commandline
=
"git submodule add
$website
/
$module
.git module"
commandline
=
"git submodule add
$website
/
$module
.git
$
module
"
$commandline
&>
$TMP_DIR
/clone_
$module
.log
||
{
echo
"Fail cloning '
$module
' executing: '
$commandline
'"
;
cat
$TMP_DIR
/clone_
$module
.log
;
echo
;
}
done
Write
Preview
Supports
Markdown
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