add --no-verify to NAT git
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user