Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
yecl
wecube
Commits
d6cad15c
Commit
d6cad15c
authored
5 years ago
by
brankbao(包健)
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
#115 wecube 数据库镜像编译错误
parent
063d4cb2
sandbox_demo_bk
1972_fix_login_timeout
1993_plugin_list_pi
1996_bug_fix_for_out_of_memery
2046_batch_execution_update
2048_enhance_for_workflow_excution
2109_itsm_support
brankbao-patch-1
demo_in_single_host
dev3_platform_refactor
itsm_162_refactor
performance_models
v2.2.1-alpha-1
v2.2.0-beta-1
v2.2.0-alpha-1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/db/build-image.sh
+1
-1
build/db/build-image.sh
with
1 addition
and
1 deletion
+1
-1
build/db/build-image.sh
+
1
-
1
View file @
d6cad15c
...
...
@@ -5,7 +5,7 @@ cp -r ../../wecube-core/src/main/resources/database database
TEXT
=
'use wecube;'
cd
database
for
i
in
`
ls
-1
./
*
`
;
do
for
i
in
`
ls
-1
./
*
.sql
`
;
do
CONTENTS
=
`
cat
$i
`
echo
$TEXT
>
$i
echo
$CONTENTS
>>
$i
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help