Skip to content

Commit

Permalink
chore(CI): Update obs tag build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-ci-robot committed Jun 4, 2023
1 parent 996d326 commit 470a0a6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions debian/deepin/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
test_build:
steps:
- link_package:
source_project: deepin:Develop:main
source_package: %{SCM_REPOSITORY_NAME}
target_project: deepin:CI

- configure_repositories:
project: deepin:CI
repositories:
- name: deepin_develop
paths:
- target_project: deepin:CI
target_repository: deepin_develop
architectures:
- x86_64
- aarch64

filters:
event: pull_request

tag_build:
steps:
- trigger_services:
project: deepin:Unstable:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: tag_push

commit_build:
steps:
- trigger_services:
project: deepin:Develop:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: push

0 comments on commit 470a0a6

Please sign in to comment.