From 97172103b49a5b72bfdbc5ad0d7ba557476c95b6 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jan 2021 06:05:09 -0800 Subject: [PATCH] Update CircleCI CLI usage --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53e9e15..58af347 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: sudo apt-get update && sudo apt-get install -y nodejs - run: name: Download Dependencies - command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9 + command: clojure -P -A:test:runner:cljs-runner:eastwood:readme && clojure -P -A:1.9 - save_cache: paths: - ~/.m2