mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Run only the update children in case the tag is beta
This commit is contained in:
parent
9cea94a853
commit
2b8703a74c
10
.travis.yml
10
.travis.yml
@ -25,15 +25,15 @@ stages:
|
||||
- name: Lint & Build Dist
|
||||
if: type = pull_request
|
||||
- name: Lint & Build Dist & Release
|
||||
if: type = push OR type = cron
|
||||
if: type = push OR type = cron AND tag IS blank
|
||||
- name: Check bundle
|
||||
if: type = push
|
||||
if: type = push AND tag IS blank
|
||||
- name: Unit test
|
||||
if: type != cron
|
||||
if: type != cron AND tag IS blank
|
||||
- name: Update Rancher
|
||||
if: type = push
|
||||
if: type = push AND tag IS blank
|
||||
- name: e2e Test
|
||||
if: type != cron
|
||||
if: type != cron AND tag IS blank
|
||||
- name: Update Rancher PR
|
||||
if: type = pull_request
|
||||
- name: Update Children Projects
|
||||
|
Loading…
x
Reference in New Issue
Block a user