Don't update rancher after charge js api

This commit is contained in:
Eugenio Romano
2019-11-01 07:51:23 +00:00
committed by GitHub
parent 5bb9efd2ea
commit 70fd3a1c60

View File

@@ -32,7 +32,7 @@ stages:
- name: Unit test
if: (type != cron AND tag IS blank) OR type = api
- name: Update Rancher
if: (type = push AND tag IS blank) OR type = api
if: (type = push AND tag IS blank)
- name: e2e Test
if: (type != cron AND tag IS blank) OR type = api
- name: Update Rancher PR