add --no-verify to NAT git

This commit is contained in:
2023-04-12 08:27:22 -06:00
parent 6ae147dae9
commit 63da7ff70d

View File

@@ -98,7 +98,7 @@
(gitDo ["add" "playgrounds.json"])
(gitDo ["add" "entries"])
(gitDo ["add" "files"])
(gitDo ["commit" "-m" "$(Date.now)"])
(gitDo ["commit" "--no-verify" "-m" "$(Date.now)"])
(gitDo ["push"])))
(method fullString [:Entry e]