mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
change travis order trigger
This commit is contained in:
+2
-2
@@ -27,6 +27,8 @@ stages:
|
|||||||
if: type = pull_request && commit_message =~ /\[create preview\]/
|
if: type = pull_request && commit_message =~ /\[create preview\]/
|
||||||
- name: Check bundle
|
- name: Check bundle
|
||||||
if: type = push AND tag IS blank
|
if: type = push AND tag IS blank
|
||||||
|
- name: Trigger ADF child build
|
||||||
|
if: (branch = develop AND type = push) OR type = api
|
||||||
- name: Unit test
|
- name: Unit test
|
||||||
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||||
- name: e2e Test
|
- name: e2e Test
|
||||||
@@ -35,8 +37,6 @@ stages:
|
|||||||
if: tag =~ .*beta.*
|
if: tag =~ .*beta.*
|
||||||
- name: Release tag
|
- name: Release tag
|
||||||
if: type = cron OR branch = master
|
if: type = cron OR branch = master
|
||||||
- name: Trigger ADF child build
|
|
||||||
if: (branch = develop AND type = push) OR type = api
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
|||||||
Reference in New Issue
Block a user