Skip to content

Commit 6332dd9

Browse files
committed
test mounting volume for config.json
1 parent 56db9c0 commit 6332dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)