File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ include :
2+ # include the component located in the current project from the current SHA
3+ - component : $CI_SERVER_FQDN/knowledge-integration/pipeline-utils/gitlab-components/git-sync/branch-sync@v0.0.3
4+ rules :
5+ - if : ' $CI_COMMIT_BRANCH == "community-edition"'
6+ inputs :
7+ stage : synchronise
8+ target_url : " ssh://git@github.com/folio-org/ui-agreements.git"
9+ branches :
10+ - " community-edition:community-edition"
11+ ssh_key : " ${SSH_FOLIO_SYNC}"
12+
13+ workflow :
14+ rules :
15+ - if : ' $CI_COMMIT_BRANCH == "community-edition"'
16+ when : always
17+ - when : never
18+
19+ stages :
20+ - test
21+ - synchronise
22+
23+ replace-me :
24+ stage : test
25+ script :
26+ - echo "Replace this as necessary, to handle the none-community steps"
27+ rules :
28+ - if : $CI_COMMIT_BRANCH != "community-edition"
29+ when : always
30+ - when : never
You can’t perform that action at this time.
0 commit comments