Update ci.sh

This commit is contained in:
Fioren
2024-03-10 01:47:50 +07:00
committed by GitHub
parent 5b9969b706
commit 5a12b7c50c

View File

@@ -19,7 +19,7 @@ get_date() {
checker(){
local date1 date2 date1_sec date1_sec repo=$1 ur_repo=$repository check=$3
date1=$(get_date "$repo" "$2" "*.jar")
date1=$(get_date "$repo" "$2" "patches.json")
date2=$(get_date "$ur_repo" "all" "$check")
date1_sec=$(date -d "$date1" +%s)
date2_sec=$(date -d "$date2" +%s)