From 5785c53a5eeaebc6a3ecd4ed01deec4ab18e0fc2 Mon Sep 17 00:00:00 2001 From: "andrzej.janczak" Date: Wed, 2 Oct 2024 16:32:35 +0200 Subject: [PATCH 1/2] fix: ci build --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e11ca02..161050e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,9 @@ version: 2.1 orbs: codacy: codacy/base@10.9.0 +references: + cache_prefix: &cache_prefix sbt-cache-20240918 + workflows: version: 2 build: @@ -11,6 +14,11 @@ workflows: write_sbt_version: true - codacy/sbt_docker: name: test + context: ExternalSystems + cache_prefix: *cache_prefix + save_cache: true + aws_profile: maven + use_sbt_native_client: true persist_to_workspace: true steps: - run: From 11432e80519e3fb228e65915abe29ee5930e05e4 Mon Sep 17 00:00:00 2001 From: "andrzej.janczak" Date: Wed, 2 Oct 2024 16:38:01 +0200 Subject: [PATCH 2/2] fix: ci build 2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 161050e..e0eb4c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@10.9.0 + codacy: codacy/base@11.2.0 references: cache_prefix: &cache_prefix sbt-cache-20240918 @@ -12,7 +12,7 @@ workflows: jobs: - codacy/checkout_and_version: write_sbt_version: true - - codacy/sbt_docker: + - codacy/sbt: name: test context: ExternalSystems cache_prefix: *cache_prefix