mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Run the update children project if is push or beta
This commit is contained in:
parent
43df299096
commit
01ff4dfa52
@ -35,6 +35,8 @@ stages:
|
||||
- name: e2e Test
|
||||
- name: Update Rancher PR
|
||||
if: type = pull_request
|
||||
- name: Update Children Projects
|
||||
if: branch = development AND type = push OR (tag =~ .*beta.*)
|
||||
|
||||
addons:
|
||||
chrome: stable
|
||||
@ -70,9 +72,7 @@ jobs:
|
||||
script: ./scripts/travis/unit-test/process.sh
|
||||
|
||||
|
||||
- stage: Update children projects dependency #Update children projects dependency
|
||||
name: Update Related Project
|
||||
if: tag =~ .*beta.*
|
||||
- stage: Update Children Projects
|
||||
script: ./scripts/travis/update/update-children.sh
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user