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
89bae323
Commit
89bae323
authored
May 31, 2017
by
QA-甘 盛聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.2commit
parent
7848ff1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
XyqbIosBuild.sh
qa_shell_script/app/XyqbIosBuild.sh
+6
-0
remote_excute.sh
qa_shell_script/remote_excute.sh
+2
-2
No files found.
qa_shell_script/app/XyqbIosBuild.sh
0 → 100644
View file @
89bae323
#!/bin/bash
echo
"ssh到mac电脑"
ssh xyqbiosbuild
echo
"ssh successlful"
qa_shell_script/remote_excute.sh
View file @
89bae323
...
...
@@ -23,7 +23,7 @@ if [ -n "$project_name" ] && [ -n "$branch_name" ]; then
expect
\"
]#
\"
send
\"
cd /home/qa-deploy-utils/qa_shell_script
\r\"
expect
\"
]#
\"
send
\"
sh deploy_project_by_name.sh
$project_name
$branch_name
$public_ip
\r\"
send
\"
sh deploy_project_by_name.sh
$project_name
$branch_name
$public_ip
$ip
\r\"
set timeout -1
expect
\"
]#
\"
send
\"
exit
\r\"
...
...
@@ -36,7 +36,7 @@ else
expect
\"
]#
\"
send
\"
cd /home/qa-deploy-utils/qa_shell_script
\r\"
expect
\"
]#
\"
send
\"
sh deploy_project_by_type.sh
$project_type
$branch_name
$public_ip
\r\"
send
\"
sh deploy_project_by_type.sh
$project_type
$branch_name
$public_ip
$ip
\r\"
set timeout -1
expect
\"
]#
\"
send
\"
exit
\r\"
...
...
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