Allow snapshot dependencies

This commit is contained in:
Teemu Patja 2017-09-21 12:46:10 +03:00
parent 65880f2390
commit 9f9d7c466d
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
(git/clone ctx repo-uri "develop" (:cwd args)))
(defn build-uberjar [args ctx]
(shell/bash ctx (:cwd args) "lein less once && lein uberjar"))
(shell/bash ctx (:cwd args) {"LEIN_SNAPSHOTS_IN_RELEASE" "1"} "lein less once && lein uberjar"))
(defn run-tests [args ctx]
(shell/bash ctx (:cwd args) "echo no test running for now"))