[boot]: dissoc ensure snapshot branch
This commit is contained in:
parent
ca45d22111
commit
d67f318ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -39,14 +39,14 @@
|
||||||
|
|
||||||
(comp
|
(comp
|
||||||
(watch)
|
(watch)
|
||||||
(repl))
|
(repl)))
|
||||||
identity)
|
|
||||||
|
|
||||||
(deftask test []
|
(deftask test []
|
||||||
(set-env! :source-paths #(conj % "test" "test/clj")) ;; (!) :source-paths must not overlap.
|
(set-env! :source-paths #(conj % "test" "test/clj")) ;; (!) :source-paths must not overlap.
|
||||||
(bt/test))
|
(bt/test))
|
||||||
|
|
||||||
(task-options!
|
(task-options!
|
||||||
|
push #(-> (into {} %) (assoc :ensure-branch nil))
|
||||||
pom {:project 'mount
|
pom {:project 'mount
|
||||||
:version +version+
|
:version +version+
|
||||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue