mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Exclude build apps from merge
This commit is contained in:
parent
45159544a1
commit
0459e4eb0c
@ -62,7 +62,7 @@ stages:
|
|||||||
- 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"
|
||||||
if: tag IS blank
|
if: tag IS blank AND type = pull_request
|
||||||
- name: "Release"
|
- name: "Release"
|
||||||
if: type = push OR type = cron || type = api
|
if: type = push OR type = cron || type = api
|
||||||
- name: "Unit test Lib"
|
- name: "Unit test Lib"
|
||||||
@ -171,7 +171,7 @@ jobs:
|
|||||||
use: built_libs_cache
|
use: built_libs_cache
|
||||||
|
|
||||||
- stage: "Release"
|
- stage: "Release"
|
||||||
name: "release::npm"
|
name: "release libs::npm"
|
||||||
script:
|
script:
|
||||||
- ./scripts/travis/build/bumpversion.sh || travis_terminate 1
|
- ./scripts/travis/build/bumpversion.sh || travis_terminate 1
|
||||||
- nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" || travis_terminate 1
|
- nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" || travis_terminate 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user