Skip to content

Commit

Permalink
Undo placeholder change to keep things same
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 3, 2024
1 parent 6af557f commit 53e6710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
configuration_path: .circleci/config_continue.yml # use newly generated config to continue

workflows:
version: 2
tagged-build:
when: # One must be true to trigger
or:
Expand Down
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: [placeholder]
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 53e6710

Please sign in to comment.