From 70fd3a1c602128ed45d195c424d45b366b8b50ce Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 1 Nov 2019 07:51:23 +0000 Subject: [PATCH] Don't update rancher after charge js api --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac0c94709d..470861899a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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