Skip to content

Commit 11aa37f

Browse files
authored
Merge pull request #28 from codacy/publish-s3
Publish to S3 artifacts.codacy.com
2 parents 2bc7668 + a3c0244 commit 11aa37f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.circleci/config.yml

Lines changed: 12 additions & 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@7.0.0
4+
codacy: codacy/base@10.1.0
55

66
workflows:
77
version: 2
@@ -74,3 +74,14 @@ workflows:
7474
context: CodacyGitHub
7575
requires:
7676
- package_artifacts
77+
- codacy/publish_s3:
78+
name: publish_s3
79+
path: bin/codacy-gosec
80+
files: artifacts/codacy-gosec-$(cat .version) artifacts/codacy-gosec-$(cat .version).jar
81+
filters:
82+
branches:
83+
only:
84+
- master
85+
context: CodacyAWS
86+
requires:
87+
- package_artifacts

0 commit comments

Comments
 (0)