Skip to content

Commit 8e59819

Browse files
authored
Merge pull request #3 from codacy/add-circle-ci-build
clean: Add CircleCI build to tag version
2 parents b1fa85f + 27ed84f commit 8e59819

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.circleci/config.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2.1
2+
3+
orbs:
4+
codacy: codacy/base@2.7.0
5+
6+
workflows:
7+
version: 2
8+
tag_versions:
9+
jobs:
10+
- codacy/checkout_and_version
11+
- codacy/tag_version:
12+
name: tag_version
13+
context: CodacyAWS
14+
filters:
15+
branches:
16+
only:
17+
- master
18+
requires:
19+
- codacy/checkout_and_version

0 commit comments

Comments
 (0)