Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible-hook
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘旋尧
ansible-hook
Commits
9ce58d43
Commit
9ce58d43
authored
Apr 25, 2018
by
刘旋尧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webhook测试不合并
parent
31db9a17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
main.yml
roles/git/tasks/main.yml
+0
-24
No files found.
roles/git/tasks/main.yml
View file @
9ce58d43
...
...
@@ -2,30 +2,6 @@
-
name
:
先拉取代码
git
:
repo={{ projects[project].repo }} dest={{ projects[project].dir }} accept_hostkey=yes clone=yes update=yes force=yes
-
name
:
更新dev
command
:
"
git
pull
origin
dev"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type == "test"
-
name
:
切换到master
command
:
"
git
checkout
master"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type == "test"
-
name
:
合并dev
command
:
"
git
merge
dev"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type == "test"
-
name
:
推送到master
command
:
"
git
push
origin
master"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type == "test"
-
name
:
更新到指定版本
command
:
"
git
checkout
{{
commit
}}"
...
...
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