File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ test_build :
2+ steps :
3+ - link_package :
4+ source_project : deepin:Develop:main
5+ source_package : %{SCM_REPOSITORY_NAME}
6+ target_project : deepin:CI
7+
8+ - configure_repositories :
9+ project : deepin:CI
10+ repositories :
11+ - name : deepin_develop
12+ paths :
13+ - target_project : deepin:CI
14+ target_repository : deepin_develop
15+ architectures :
16+ - x86_64
17+ - aarch64
18+
19+ filters :
20+ event : pull_request
21+
22+ tag_build :
23+ steps :
24+ - branch_package :
25+ source_project : deepin:Develop:main
26+ source_package : %{SCM_REPOSITORY_NAME}
27+ target_project : deepin:Unstable:main
28+ filters :
29+ event : tag_push
30+
31+ commit_build :
32+ steps :
33+ - trigger_services :
34+ project : deepin:Develop:main
35+ package : %{SCM_REPOSITORY_NAME}
36+ filters :
37+ event : push
You can’t perform that action at this time.
0 commit comments