remove test release task (#5683)

This commit is contained in:
Eugenio Romano
2020-05-11 13:58:01 +01:00
committed by GitHub
parent 85457d60d8
commit c2a95d9394
+2 -2
View File
@@ -31,9 +31,9 @@ stages:
- name: Check bundle
if: type = push AND tag IS blank
- 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
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
if: branch = master AND type = push OR (tag =~ .*beta.*)
- name: Release beta tag