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: