mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Move the upstream to a lower level (#6804)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user