Browse Source

Reset timebomb

pull/1848/head
Nikolay Igotti 2 years ago
parent
commit
ad2f889b11
  1. 2
      tutorials/checker/build.gradle.kts

2
tutorials/checker/build.gradle.kts

@ -50,7 +50,7 @@ fun cloneTemplate(template: String, index: Int, content: String): File {
return tempDir
}
val ignoreTill = java.time.LocalDate.parse("2022-02-10")
val ignoreTill = java.time.LocalDate.parse("2022-02-20")
fun isIgnored(tutorial: String): Boolean {
if (java.time.LocalDate.now() > ignoreTill) return false

Loading…
Cancel
Save