File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 1- [
1+ [
22 {
3- "version" : 2
3+ "version" : 2
44 },
55 {
6- "action" : {
7- "script" : " git push origin ${ref} \n git push gitee.com ${ref}" ,
8- "showOutput" : false ,
9- "type" : " sh" ,
10- "waitForExit" : true
6+ "action" : {
7+ "script" : " git branch -d localBranchName \n git push gitee.com --delete refs/heads/ ${ref}" ,
8+ "showOutput" : false ,
9+ "type" : " sh" ,
10+ "waitForExit" : true
1111 },
12- "name" : " Push All Branch" ,
13- "refTargets" : [
12+ "name" : " Delete All Branch" ,
13+ "refTargets" : [
14+ " localbranch" ,
15+ " remotebranch"
16+ ],
17+ "target" : " ref"
18+ },
19+ {
20+ "action" : {
21+ "script" : " git push origin ${ref}\n git push gitee.com ${ref}" ,
22+ "showOutput" : false ,
23+ "type" : " sh" ,
24+ "waitForExit" : true
25+ },
26+ "name" : " Push All Branch" ,
27+ "refTargets" : [
1428 " localbranch"
1529 ],
16- "target" : " ref"
30+ "target" : " ref"
1731 }
18- ]
32+ ]
You can’t perform that action at this time.
0 commit comments