From 91295320fe35f1d746c97ef4f0f8e3c6a5cb43f8 Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Sun, 7 Apr 2019 11:06:05 +0200 Subject: [PATCH] Test for CI with forked PR 1 Signed-off-by: Marcel Wagner --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d118823..d69d7f2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,7 @@ commands: git submodule update if [ "$CIRCLE_BRANCH" = "develop" ] || [ "${BASE_BRANCH}" = "develop" ]; then #If on develop or a PR towards develop assume that all submodules are updated + echo Detected that PR is related to develop. Will update all subrepos. make update fi build-branch: