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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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