change order check bundle

This commit is contained in:
Eugenio Romano 2019-08-30 15:30:04 +01:00
parent f69b3646ae
commit 073ece2d02

View File

@ -26,12 +26,12 @@ stages:
if: type = pull_request if: type = pull_request
- name: Lint & Build Dist & Release - name: Lint & Build Dist & Release
if: type = push if: type = push
- name: Check bundle
if: type = push
- name: Unit test - name: Unit test
if: type != cron if: type != cron
- name: Update Rancher - name: Update Rancher
if: type = push if: type = push
- name: Check bundle
if: type = push
- name: e2e Test - name: e2e Test
if: type != cron if: type != cron
- name: Update Rancher PR - name: Update Rancher PR