Skip to content

Commit

Permalink
clean: Add CircleCI build to tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Mar 11, 2020
1 parent b1fa85f commit 27ed84f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2.1

orbs:
codacy: codacy/[email protected]

workflows:
version: 2
tag_versions:
jobs:
- codacy/checkout_and_version
- codacy/tag_version:
name: tag_version
context: CodacyAWS
filters:
branches:
only:
- master
requires:
- codacy/checkout_and_version

0 comments on commit 27ed84f

Please sign in to comment.