Skip to content
Snippets Groups Projects
Commit e0f67a3d authored by david_williams's avatar david_williams
Browse files

initial cleanup task

parent 50cfbbf6
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,9 @@ fi ...@@ -14,7 +14,9 @@ fi
# (where hours = 24 + (n * 24), basically, so that # (where hours = 24 + (n * 24), basically, so that
# even n=0 means "1 day") # even n=0 means "1 day")
n=4; # set at 10 days, under assumption that before that time,
# artifacts will be "saved" elsewhere, if needed.
n=10;
echo " Removing artifact directories older than $n days"; echo " Removing artifact directories older than $n days";
echo " number of directories before cleaning: "; echo " number of directories before cleaning: ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment