mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
remove test release task (#5683)
This commit is contained in:
parent
85457d60d8
commit
c2a95d9394
@ -31,9 +31,9 @@ stages:
|
|||||||
- name: Check bundle
|
- name: Check bundle
|
||||||
if: type = push AND tag IS blank
|
if: type = push AND tag IS blank
|
||||||
- name: Unit test
|
- name: Unit test
|
||||||
if: (type != cron AND tag IS blank) OR type = api
|
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||||
- name: e2e Test
|
- name: e2e Test
|
||||||
if: (type != cron AND tag IS blank) OR type = api
|
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||||
- name: Update Children Projects
|
- name: Update Children Projects
|
||||||
if: branch = master AND type = push OR (tag =~ .*beta.*)
|
if: branch = master AND type = push OR (tag =~ .*beta.*)
|
||||||
- name: Release beta tag
|
- name: Release beta tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user