Skip to content

Commit 1e68224

Browse files
committed
Debug command
1 parent 04b3af3 commit 1e68224

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,11 @@ commands:
476476
condition:
477477
type: boolean
478478
steps:
479+
- run:
480+
name: Debug - Check generate_snapshots parameter
481+
command: |
482+
echo "create-snapshot-pr-if-needed: parameters.condition value: << parameters.condition >>"
483+
echo "create-snapshot-pr-if-needed: pipeline.parameters.generate_snapshots value: << pipeline.parameters.generate_snapshots >>"
479484
- when:
480485
condition: << parameters.condition >>
481486
steps:
@@ -495,6 +500,11 @@ commands:
495500
- checkout
496501
- install-dependencies
497502
- update-spm-installation-commit
503+
- run:
504+
name: Debug - Check generate_snapshots parameter
505+
command: |
506+
echo "parameters.generate_snapshots value: << parameters.generate_snapshots >>"
507+
echo "pipeline.parameters.generate_snapshots value: << pipeline.parameters.generate_snapshots >>"
498508
- run:
499509
name: Run backend_integration Tests
500510
command: bundle exec fastlane backend_integration_tests test_plan:"<< parameters.test_plan >>"

0 commit comments

Comments
 (0)