Skip to content

Commit

Permalink
Merge pull request #3 from codacy/add-circle-ci-build
Browse files Browse the repository at this point in the history
clean: Add CircleCI build to tag version
  • Loading branch information
lolgab committed Mar 11, 2020
2 parents b1fa85f + 27ed84f commit 8e59819
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,19 @@
version: 2.1

orbs:
codacy: codacy/base@2.7.0

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 8e59819

Please sign in to comment.