From 01ff4dfa527c2d191ffd5ceb92a75ba7bd9368d5 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Thu, 29 Aug 2019 12:45:22 +0100 Subject: [PATCH] Run the update children project if is push or beta --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 628e8813e4..f982cfcaf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,8 @@ stages: - name: e2e Test - name: Update Rancher PR if: type = pull_request + - name: Update Children Projects + if: branch = development AND type = push OR (tag =~ .*beta.*) addons: chrome: stable @@ -70,9 +72,7 @@ jobs: script: ./scripts/travis/unit-test/process.sh - - stage: Update children projects dependency #Update children projects dependency - name: Update Related Project - if: tag =~ .*beta.* + - stage: Update Children Projects script: ./scripts/travis/update/update-children.sh