Skip to content

Commit

Permalink
Added cleanup for flawfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
gudrutis authored Mar 8, 2018
1 parent 05d0bc2 commit 8b7014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup-cmssdt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for dir in material-budget-ref ; do
done

#Keep the following for 15 days
for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard; do
for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard flawfinder; do
[ -d ${JENKINS_ARTIFACTS}/$dir ] || continue
DIRS_PROCESSED="${DIRS_PROCESSED} ${dir}"
find ${JENKINS_ARTIFACTS}/${dir} -mtime +15 -mindepth 1 -maxdepth 1 | xargs -i --no-run-if-empty $DRY_RUN rm -rf '{}'
Expand Down

0 comments on commit 8b7014d

Please sign in to comment.