From d0d6b17c18eb6425f0f814d953695800eef750f2 Mon Sep 17 00:00:00 2001 From: Laszlo Uveges Date: Tue, 29 Oct 2024 11:44:36 +0100 Subject: [PATCH] Bump dynamic-configuration to v3.9.1 (#28) --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92df3a5..456ced4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: "2.1" setup: true orbs: - dynamic: bjd2385/dynamic-continuation@3.9.0 + dynamic: bjd2385/dynamic-continuation@3.9.1 workflows: build: @@ -11,10 +11,6 @@ workflows: name: "Dynamic continuation - Force all modules on tags" context: circleci auto-detect: true - # Disable root config detection by setting this to nonsense, otherwise 'app' is replaced - # in the detect module names as '.'. - # See: https://github.com/emmeowzing/dynamic-continuation-orb/blob/v3.9.0/src/jobs/continue.yml#L84-L87 - root-config: the-owls-are-not-what-they-seem force-all: true filters: tags: @@ -25,10 +21,6 @@ workflows: name: "Dynamic continuation - Branches" context: circleci auto-detect: true - # Disable root config detection by setting this to nonsense, otherwise 'app' is replaced - # in the detect module names as '.'. - # See: https://github.com/emmeowzing/dynamic-continuation-orb/blob/v3.9.0/src/jobs/continue.yml#L84-L87 - root-config: the-owls-are-not-what-they-seem force-all: false filters: branches: