Skip to content

Commit

Permalink
Bump dynamic-configuration to v3.9.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
uvegla authored Oct 29, 2024
1 parent 8f76132 commit d0d6b17
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"
setup: true

orbs:
dynamic: bjd2385/[email protected].0
dynamic: bjd2385/[email protected].1

workflows:
build:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d0d6b17

Please sign in to comment.