From 84660d25faa970ea5b4364a503ce3c9177717eca Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Fri, 21 Sep 2018 10:25:20 +0200 Subject: [PATCH] add :all key to ancient --- src/wanijo_pipeline/steps.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wanijo_pipeline/steps.clj b/src/wanijo_pipeline/steps.clj index b40ba92..4ae9114 100644 --- a/src/wanijo_pipeline/steps.clj +++ b/src/wanijo_pipeline/steps.clj @@ -17,7 +17,7 @@ (lcd-git/clone ctx repo-uri ref cwd))) (defn ancient [args ctx] - (lcd-shell/bash ctx (:cwd args) "lein ancient")) + (lcd-shell/bash ctx (:cwd args) "lein ancient :all")) (defn compile [args ctx] (lcd-shell/bash ctx (:cwd args) "lein compile"))