File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -8,9 +8,9 @@ branch=1.1.x
|
8 | 8 | (cd ../../repo && git checkout "$branch")
|
9 | 9 | rm -f analysis.edn
|
10 | 10 | echo "Analyzing $branch"
|
11 |
| -clojure -Spath |
12 |
| -clojure -M:collect collect.clj |
| 11 | +clojure -Sforce -Sdescribe |
| 12 | +clojure -Sforce -M:collect collect.clj |
13 | 13 |
|
14 | 14 | # Run autodoc
|
15 | 15 | echo "Building $branch"
|
16 |
| -clojure -M:build build.clj |
| 16 | +clojure -Sforce -M:build build.clj |
You can’t perform that action at this time.
0 commit comments