remove debug

This commit is contained in:
Michiel Borkent 2025-03-19 17:40:33 +01:00
parent 007209c0d2
commit 597f180d32

View file

@ -76,7 +76,6 @@
(add-classpath (str (fs/file git-dir p)))))
(when-not (and skip-windows (windows?))
(prn :branch (current-branch))
(prn :head-ref (System/getenv "GITHUB_HEAD_REF"))
(prn (System/getenv))
(if (and flaky (#{"main" "master"} (current-branch)))
(println "Skipping" tns "for main branch because it's marked flaky")