From 2b8703a74cb216f72e860afcebf0b0807b294196 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Mon, 2 Sep 2019 16:27:41 +0100 Subject: [PATCH] Run only the update children in case the tag is beta --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c8422a3cb..3bbf7ba233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,15 +25,15 @@ stages: - name: Lint & Build Dist if: type = pull_request - name: Lint & Build Dist & Release - if: type = push OR type = cron + if: type = push OR type = cron AND tag IS blank - name: Check bundle - if: type = push + if: type = push AND tag IS blank - name: Unit test - if: type != cron + if: type != cron AND tag IS blank - name: Update Rancher - if: type = push + if: type = push AND tag IS blank - name: e2e Test - if: type != cron + if: type != cron AND tag IS blank - name: Update Rancher PR if: type = pull_request - name: Update Children Projects