Skip to content

Commit

Permalink
Update config_continue template to fix some syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 3, 2024
1 parent 9ae732c commit 6af557f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ workflows:
only: /test-cicd\/.*/
matrix:
parameters:
cdi-version: [<< parameters.cdi-version >>]
cdi-version: [placeholder]
- test-backend-sdk-testing:
requires:
- test-dev-tag-as-not-passed
Expand All @@ -185,8 +185,8 @@ workflows:
only: /test-cicd\/.*/
matrix:
parameters:
cdi-version: placeholder
fdi-version: placeholder
cdi-version: [placeholder]
fdi-version: [placeholder]
- test-website:
requires:
- test-dev-tag-as-not-passed
Expand All @@ -199,7 +199,7 @@ workflows:
only: /test-cicd\/.*/
matrix:
parameters:
fdi-version: placeholder
fdi-version: [placeholder]
- test-authreact:
requires:
- test-dev-tag-as-not-passed
Expand All @@ -212,7 +212,7 @@ workflows:
only: /test-cicd\/.*/
matrix:
parameters:
fdi-version: placeholder
fdi-version: [placeholder]
- test-success:
requires:
- test-unit
Expand Down

0 comments on commit 6af557f

Please sign in to comment.