Add cleanartifacts script to ctcci

Closes #75
This commit is contained in:
ave 2020-07-31 23:13:24 +03:00
parent 8021dc754f
commit c0f31381e4
Signed by untrusted user: a
GPG key ID: 398DD7BD03276F6D
2 changed files with 28 additions and 0 deletions

View file

@ -74,3 +74,6 @@ FONTS = {"ellie": {"whitney_bold.ttf": "/home/ave/fonts/GoogleSans-Bold.ttf",
"whitney_medium.ttf": "/home/ave/fonts/comic.ttf"},
"ave": {"sourcecodepro_semibold.ttf": "/home/ave/fonts/comic.ttf"},
"default": {}}
# Amount of last builds cleanartifacts.py should keep
CLEAN_ARTIFACT_KEEP_COUNT = 2