mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
move rules to the main file
This commit is contained in:
parent
2ecce7c233
commit
d7afff167e
2 changed files with 8 additions and 7 deletions
|
@ -26,5 +26,13 @@ workflow:
|
|||
variables:
|
||||
YNH_BUILD_DIR: "ynh-build"
|
||||
|
||||
.on_default_branch_rules:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
|
||||
.on_tags_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
include:
|
||||
- local: .gitlab/ci/*.gitlab-ci.yml
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
.on_default_branch_rules:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
|
||||
.on_tags_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
Loading…
Add table
Reference in a new issue