Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
c0fc7f60
Commit
c0fc7f60
authored
Aug 10, 2017
by
tywldx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
138d7879
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
4_build_by_name.sh
qa_shell_script/4_build_by_name.sh
+1
-2
buildNode.sh
qa_shell_script/base_script/buildNode.sh
+2
-0
buildUi.sh
qa_shell_script/base_script/buildUi.sh
+2
-0
No files found.
qa_shell_script/4_build_by_name.sh
View file @
c0fc7f60
...
@@ -6,8 +6,7 @@ config_server="$pwd_path/config_server"
...
@@ -6,8 +6,7 @@ config_server="$pwd_path/config_server"
project_path
=
`
cat
$config_server
/project_path.sh
`
project_path
=
`
cat
$config_server
/project_path.sh
`
project_type
=
`
node
$config_server
/get_project_config.js
-name
$project_name
-attr
type
`
project_type
=
`
node
$config_server
/get_project_config.js
-name
$project_name
-attr
type
`
config_path
=
`
cat
$config_server
/config_path.sh
`
config_path
=
`
cat
$config_server
/config_path.sh
`
node4_path
=
`
cat
$config_server
/node_4_path.sh
`
node7_path
=
`
cat
$config_server
/node_7_path.sh
`
profile
=
test
profile
=
test
host
=
`
/sbin/ifconfig
-a
|grep inet|grep
-v
127.0.0.1|grep
-v
inet6|awk
'{print $2}'
|tr
-d
"addr:"
`
host
=
`
/sbin/ifconfig
-a
|grep inet|grep
-v
127.0.0.1|grep
-v
inet6|awk
'{print $2}'
|tr
-d
"addr:"
`
...
...
qa_shell_script/base_script/buildNode.sh
View file @
c0fc7f60
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
project
=
$1
project
=
$1
config_server
=
$2
config_server
=
$2
project_path
=
$3
project_path
=
$3
node4_path
=
`
cat
$config_server
/node_4_path.sh
`
node7_path
=
`
cat
$config_server
/node_7_path.sh
`
project
=
$1
project
=
$1
params
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc/config_file/command/node_version
`
params
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc/config_file/command/node_version
`
...
...
qa_shell_script/base_script/buildUi.sh
View file @
c0fc7f60
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
project
=
$1
project
=
$1
config_server
=
$2
config_server
=
$2
project_path
=
$3
project_path
=
$3
node4_path
=
`
cat
$config_server
/node_4_path.sh
`
node7_path
=
`
cat
$config_server
/node_7_path.sh
`
params
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc/config_file/command/node_version
`
params
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc/config_file/command/node_version
`
params_arry
=(
${
params
//|/
}
)
params_arry
=(
${
params
//|/
}
)
...
...
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