Skip to content

Commit

Permalink
Add commiting exclusions path
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 11, 2024
1 parent 236d844 commit 8f033b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/CI/CI_removeExpiredDomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ def __getitem__(self, key):

if sectionsWereModified:
git_filerlist_repo.git.add(sections_path)
if sys.argv[1] == "KAD":
exclusions_path = pn(pj(filerlist_path, "exclusions"))
git_filerlist_repo.git.add(exclusions_path)
git_filerlist_repo.index.commit("Wygasłe domeny\n[ci skip]")
GIT_SLUG = git_filerlist_repo.remotes.origin.url.replace(
'https://', "").replace("git@", "").replace(":", "/")
Expand Down

0 comments on commit 8f033b9

Please sign in to comment.