Skip to content

Commit b4a3025

Browse files
authored
Merge pull request #72 from codacy/publish-s3
feature: Publish to Codacy artifacts
2 parents 934179b + f83efad commit b4a3025

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)