Move the upstream to a lower level (#6804)

This commit is contained in:
Maurizio Vitale
2021-03-10 17:52:18 +00:00
committed by GitHub
parent 1d847f5635
commit c58366d08e

View File

@@ -37,14 +37,14 @@ stages:
- name: Setup - name: Setup
- name: "Lint & Build Dist & Release" - name: "Lint & Build Dist & Release"
if: tag IS blank if: tag IS blank
- name: Trigger Alpha ADF child build
if: (branch = develop AND type = push) OR type = api
- name: Check bundle - name: Check bundle
if: type = push AND tag IS blank if: type = push AND tag IS blank
- 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
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: Trigger Alpha ADF child build
if: (branch = develop AND type = push) OR type = api
- name: Trigger Beta ADF child build - name: Trigger Beta ADF child build
if: tag =~ .*beta.* if: tag =~ .*beta.*
- name: Release tag - name: Release tag