Skip to content

Commit

Permalink
fix(committing): Resolve permission-related issues (by ignoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Sep 30, 2024
1 parent 5326022 commit 2e16827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ git config user.email "dumper@$GITLAB_SERVER"
## Committing
echo "[INFO] Adding files and committing..."
sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"<code>Committing..</code>" > /dev/null
git add -A
git add --ignore-errors -A
git commit --quiet --signoff --message="$description"

## Pushing
Expand Down

0 comments on commit 2e16827

Please sign in to comment.