Skip to content

Commit

Permalink
chore: try to fix leiningen 2.9.9 bug with profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Macroz committed Nov 29, 2022
1 parent ffaf5f8 commit 9d23683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- checkout
- restore_cache:
key: v3-dependencies-{{ checksum "project.clj" }}-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }}
- run: lein with-profile $profile uberjar # fix a bug in leiningen 2.9.9-2.9.10, fix in 2.9.11
- run: lein with-profile uberjar uberjar # fix a bug in leiningen 2.9.9-2.9.10, fix in 2.9.11
- store_artifacts:
path: target/uberjar/rems.jar
- persist_to_workspace:
Expand Down

0 comments on commit 9d23683

Please sign in to comment.