mirror of
https://github.com/status-im/commiteth-pipeline.git
synced 2025-02-22 15:18:07 +00:00
sassc -> less
This commit is contained in:
parent
2b84898d75
commit
54e50ec1fc
@ -19,7 +19,7 @@
|
|||||||
(git/clone ctx repo-uri repo-branch (:cwd args)))
|
(git/clone ctx repo-uri repo-branch (:cwd args)))
|
||||||
|
|
||||||
(defn build-uberjar [args ctx]
|
(defn build-uberjar [args ctx]
|
||||||
(shell/bash ctx (:cwd args) "lein sassc once && lein uberjar"))
|
(shell/bash ctx (:cwd args) "lein less once && lein uberjar"))
|
||||||
|
|
||||||
(defn run-tests [args ctx]
|
(defn run-tests [args ctx]
|
||||||
(shell/bash ctx (:cwd args) "echo no test running for now"))
|
(shell/bash ctx (:cwd args) "echo no test running for now"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user