Skip to content

Commit

Permalink
ci: re-add params in continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 17, 2024
1 parent 9fde8f2 commit d914741
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ orbs:
slack: circleci/slack@3.4.2
jq: circleci/jq@2.2.0

parameters:
force:
type: boolean
default: false
cdi-core-map:
type: string
default: "{}"
cdi-plugin-interface-map:
type: string
default: "{}"
fdi-node-map:
type: string
default: "{}"
fdi-auth-react-map:
type: string
default: "{}"
fdi-website-map:
type: string
default: "{}"

jobs:
test-dev-tag-as-not-passed:
docker:
Expand Down

0 comments on commit d914741

Please sign in to comment.