add --no-verify to NAT git

This commit is contained in:
2023-04-12 08:27:22 -06:00
parent bcad4984bd
commit e72c0885ef

View File

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