Skip to content

Commit d3e2ad7

Browse files
committed
fix openjdk image name
1 parent 56db9c0 commit d3e2ad7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.11.0
4+
codacy: codacy/base@12.1.1
55
slack: circleci/[email protected]
66

77
references:

bin/codacy-analysis-cli.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ run() {
4040
--env CODACY_API_TOKEN="$CODACY_API_TOKEN" \
4141
--env CODACY_API_BASE_URL="$CODACY_API_BASE_URL" \
4242
--volume /var/run/docker.sock:/var/run/docker.sock \
43+
--volume ~/.docker/config.json:/root/.docker/config.json \
4344
--volume "$CODACY_CODE":"$CODACY_CODE" \
4445
${output_volume} \
4546
--volume /tmp:/tmp \

0 commit comments

Comments
 (0)