Skip to content

Commit

Permalink
Avoid download clojure dependencies for every problem
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Sep 28, 2024
1 parent c821661 commit 6c840ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/docker/run-clj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ for folder in ${FOLDERS}; do
clojure -M ./*.clj > result-clj.txt
fi

rm -rf './?'

diff result-clj.txt out.txt

cd - > /dev/null
Expand Down

0 comments on commit 6c840ee

Please sign in to comment.