We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628cda4 commit 9741324Copy full SHA for 9741324
.circleci/config.yml
@@ -526,8 +526,8 @@ commands:
526
name: Show failure instructions
527
when: on_fail
528
command: |
529
- 'echo "Image Diff Detected: baselines may need to be updated. Use \"circleci_image_artifact_download.sh\" to download new baselines."'
530
- 'echo "Add the new images to \"test/image/baselines\" and commit them to this pull request."'
+ echo "Image Diff Detected: baselines may need to be updated. Use \"circleci_image_artifact_download.sh\" to download new baselines."
+ echo "Add the new images to \"test/image/baselines\" and commit them to this pull request."
531
532
workflows:
533
version: 2
0 commit comments