Skip to content

Commit f83efad

Browse files
committed
feature: Publish to Codacy artifacts
1 parent 1321b4d commit f83efad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ workflows:
126126
requires:
127127
- build_docker
128128
context: CodacyDocker
129+
- codacy/publish_s3:
130+
path: bin/git-version
131+
files: bin/git-version
132+
context: CodacyAWS
133+
requires:
134+
- build_static
129135
- publish_latest:
130136
requires:
131137
- publish_versioned

0 commit comments

Comments
 (0)