change travis order trigger

This commit is contained in:
Eugenio Romano
2020-07-31 12:15:14 +01:00
parent 1e8c146ab2
commit 6f5ff737dd
+2 -2
View File
@@ -27,6 +27,8 @@ stages:
if: type = pull_request && commit_message =~ /\[create preview\]/
- name: Check bundle
if: type = push AND tag IS blank
- name: Trigger ADF child build
if: (branch = develop AND type = push) OR type = api
- name: Unit test
if: (branch != master AND type != cron AND tag IS blank) OR type = api
- name: e2e Test
@@ -35,8 +37,6 @@ stages:
if: tag =~ .*beta.*
- name: Release tag
if: type = cron OR branch = master
- name: Trigger ADF child build
if: (branch = develop AND type = push) OR type = api
addons:
chrome: stable