You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -526,8 +526,8 @@ commands:
526
526
name: IMAGE DIFF DETECTED - SEE NOTE BELOW
527
527
when: on_fail
528
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."
529
+
echo "Image Diff Detected: baseline images may need to be updated. Run 'tasks/circleci_image_artifact_download.sh' to download the baseline images generated by this job."
530
+
echo "Add the new images to 'test/image/baselines/' and commit them to this pull request."
0 commit comments