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
1ec28bae
Commit
1ec28bae
authored
May 25, 2021
by
Arnaud Blanchard
Browse files
remove the old blibs part
parent
dff8d261
Pipeline
#1357
failed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
developer_tools/clone_standard_modules.sh
View file @
1ec28bae
...
@@ -24,5 +24,8 @@ for module in $standard_modules
...
@@ -24,5 +24,8 @@ for module in $standard_modules
do
do
echo
"Cloning '
$module
':"
echo
"Cloning '
$module
':"
commandline
=
"git submodule add
$website
/
$module
.git
$module
"
commandline
=
"git submodule add
$website
/
$module
.git
$module
"
$commandline
&>
$TMP_DIR
/clone_
`
basename
$module
`
.log
||
{
echo
"Fail cloning '
$module
' executing: '
$commandline
'"
;
cat
$TMP_DIR
/clone_
`
basename
$module
`
.log
;
echo
;
}
$commandline
&>
$TMP_DIR
/clone_
`
basename
$module
`
.log
||
{
echo
"Fail cloning '
$module
' executing: '
$commandline
'"
;
cat
$TMP_DIR
/clone_
`
basename
$module
`
.log
;
echo
;
}
done
done
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