Run only the update children in case the tag is beta

This commit is contained in:
maurizio vitale 2019-09-02 16:27:41 +01:00
parent 9cea94a853
commit 2b8703a74c

View File

@ -25,15 +25,15 @@ stages:
- name: Lint & Build Dist - name: Lint & Build Dist
if: type = pull_request if: type = pull_request
- name: Lint & Build Dist & Release - name: Lint & Build Dist & Release
if: type = push OR type = cron if: type = push OR type = cron AND tag IS blank
- name: Check bundle - name: Check bundle
if: type = push if: type = push AND tag IS blank
- name: Unit test - name: Unit test
if: type != cron if: type != cron AND tag IS blank
- name: Update Rancher - name: Update Rancher
if: type = push if: type = push AND tag IS blank
- name: e2e Test - name: e2e Test
if: type != cron if: type != cron AND tag IS blank
- name: Update Rancher PR - name: Update Rancher PR
if: type = pull_request if: type = pull_request
- name: Update Children Projects - name: Update Children Projects