Skip to content

Commit

Permalink
Remove print context step
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 3, 2024
1 parent d1be8dc commit fa7f8f9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ jobs:
cd .circleci && ./generateConfig.sh << pipeline.parameters.force >> '<< pipeline.parameters.cdi-core-map >>' '<< pipeline.parameters.cdi-plugin-interface-map >>' '<< pipeline.parameters.fdi-node-map >>' '<< pipeline.parameters.fdi-auth-react-map >>' '<< pipeline.parameters.fdi-website-map >>'
- continuation/continue:
configuration_path: .circleci/config_continue.yml # use newly generated config to continue
print-context:
docker:
- image: cimg/base:stable
steps:
- run:
command: |
echo "Branch: << pipeline.git.branch >>"
echo "Tag: << pipeline.git.tag >>"
echo "Force: << pipeline.parameters.force >>"

workflows:
version: 2
Expand Down

0 comments on commit fa7f8f9

Please sign in to comment.