mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-23 09:28:08 +00:00
github: bump days count for list_old_branches.sh
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3c142fffd8
commit
7d393cef3f
@ -7,7 +7,7 @@ function getCommitUnix() {
|
||||
git show --no-patch --no-notes --pretty='%at' ${1}
|
||||
}
|
||||
|
||||
OLDER_THAN_DAYS="60"
|
||||
OLDER_THAN_DAYS="90"
|
||||
CURRENT_TIME=$(date +%s)
|
||||
OLDER_THAN_UNIX=$(( ${OLDER_THAN_DAYS} * 86400 ))
|
||||
OLDER_THAN=$(( ${CURRENT_TIME} - ${OLDER_THAN_UNIX} ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user