Exclude build apps from merge

This commit is contained in:
Maurizio Vitale 2022-11-03 11:11:48 +00:00
parent 45159544a1
commit 0459e4eb0c

View File

@ -62,7 +62,7 @@ stages:
- name: "Trigger Alpha ADF child build"
if: (branch = develop AND (type = cron || type = api)) OR commit_message =~ /\[trigger adf\]/
- name: "Build Demo shell"
if: tag IS blank
if: tag IS blank AND type = pull_request
- name: "Release"
if: type = push OR type = cron || type = api
- name: "Unit test Lib"
@ -171,7 +171,7 @@ jobs:
use: built_libs_cache
- stage: "Release"
name: "release::npm"
name: "release libs::npm"
script:
- ./scripts/travis/build/bumpversion.sh || travis_terminate 1
- nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" || travis_terminate 1