mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
trigger build from API
This commit is contained in:
@@ -24,17 +24,17 @@ branches:
|
||||
# TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR
|
||||
stages:
|
||||
- name: Lint & Build Dist
|
||||
if: type = pull_request
|
||||
if: type = pull_request OR type = api
|
||||
- name: Lint & Build Dist & Release
|
||||
if: (type = push OR type = cron) AND tag IS blank
|
||||
- name: Check bundle
|
||||
if: type = push AND tag IS blank
|
||||
- name: Unit test
|
||||
if: type != cron AND tag IS blank
|
||||
if: (type != cron AND tag IS blank) OR type = api
|
||||
- name: Update Rancher
|
||||
if: type = push AND tag IS blank
|
||||
if: (type = push AND tag IS blank) OR type = api
|
||||
- name: e2e Test
|
||||
if: type != cron AND tag IS blank
|
||||
if: (type != cron AND tag IS blank) OR type = api
|
||||
- name: Update Rancher PR
|
||||
if: type = pull_request
|
||||
- name: Update Children Projects
|
||||
|
Reference in New Issue
Block a user