From c58366d08ef94dcfe0393f1b8efacd373b8b8e15 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 10 Mar 2021 17:52:18 +0000 Subject: [PATCH] Move the upstream to a lower level (#6804) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64289f65a3..3d52a0beb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,14 +37,14 @@ stages: - name: Setup - name: "Lint & Build Dist & Release" if: tag IS blank + - name: Trigger Alpha ADF child build + if: (branch = develop AND type = push) OR type = api - name: Check bundle if: type = push AND tag IS blank - name: Unit test if: (branch != master AND type != cron AND tag IS blank) OR type = api - name: e2e Test if: (branch != master AND type != cron AND tag IS blank) OR type = api - - name: Trigger Alpha ADF child build - if: (branch = develop AND type = push) OR type = api - name: Trigger Beta ADF child build if: tag =~ .*beta.* - name: Release tag