Skip to content

Commit

Permalink
Reset timebomb
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Feb 15, 2022
1 parent c59aef5 commit ad2f889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/checker/build.gradle.kts
Expand Up @@ -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
Expand Down

0 comments on commit ad2f889

Please sign in to comment.