Skip to content

Commit

Permalink
fix git add
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Feb 20, 2025
1 parent 5b2d328 commit 0f688d2
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 @@ -228,7 +228,7 @@ jobs:
mv -f htmlcov ${COVERAGE_HTML_DIR}
# Commit changes
git add docs/badges/cov_badge.json ${COVERAGE_HTML_DIR}
git add .
git commit -m "${COMMIT_MSG}" || echo "No changes to commit"
# Push changes if main or override
Expand Down

0 comments on commit 0f688d2

Please sign in to comment.