Skip to content

Commit

Permalink
fix: add -f in add
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 20, 2024
1 parent 5575d75 commit e00bbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
add_files=$(find . -type f -path "./app/build/outputs/roborazzi/*" -name "*_compare.png")
for file in $add_files; do
git add $file
git add -f $file
done
git commit -m "Add screenshot diff"
Expand Down

0 comments on commit e00bbf3

Please sign in to comment.