We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8a09f commit 711c22eCopy full SHA for 711c22e
.circleci/config.yml
@@ -263,11 +263,11 @@ workflows:
263
openjdk_version: '17'
264
persist_to_workspace: true
265
cmd: |
266
- sbt "set codacyAnalysisCli / version := \"$(cat .version)\";
+ sbt "set codacyAnalysisCli / version := \"$(cat ~/workdir/.version)\";
267
set assembly / test := {};
268
codacyAnalysisCli/assembly"
269
mkdir -p ~/workdir/artifacts/
270
- mv ./cli/target/scala-2.12/codacy-analysis-cli-assembly-$(cat .version).jar ~/workdir/artifacts/
+ mv ./cli/target/scala-2.12/codacy-analysis-cli-assembly-$(cat ~/workdir/.version).jar ~/workdir/artifacts/
271
cache_prefix: *cache_prefix
272
requires:
273
- publish_docker_locally
0 commit comments