mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Move check bundle after release npm (#7940)
This commit is contained in:
parent
1c46bb83a0
commit
4c92545d80
@ -59,8 +59,6 @@ stages:
|
|||||||
- name: Setup
|
- name: Setup
|
||||||
- name: "Build lib"
|
- name: "Build lib"
|
||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
- name: "Check bundle"
|
|
||||||
if: type = push AND tag IS blank OR (type = cron || type = api)
|
|
||||||
- name: "Trigger Alpha ADF child build"
|
- name: "Trigger Alpha ADF child build"
|
||||||
if: (branch = develop AND (type = cron || type = api)) OR commit_message =~ /\[trigger adf\]/
|
if: (branch = develop AND (type = cron || type = api)) OR commit_message =~ /\[trigger adf\]/
|
||||||
- name: "Build Demo shell"
|
- name: "Build Demo shell"
|
||||||
@ -73,6 +71,8 @@ stages:
|
|||||||
if: type = pull_request || (type = cron || type = api)
|
if: type = pull_request || (type = cron || type = api)
|
||||||
- name: "Release tag"
|
- name: "Release tag"
|
||||||
if: branch =~ /^master(-patch.*)?$/
|
if: branch =~ /^master(-patch.*)?$/
|
||||||
|
- name: "Check bundle"
|
||||||
|
if: type = push AND tag IS blank OR (type = cron || type = api)
|
||||||
- name: "Deprecate develop builds"
|
- name: "Deprecate develop builds"
|
||||||
if: branch =~ /^master(-patch.*)?$/
|
if: branch =~ /^master(-patch.*)?$/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user