Skip to content

Commit

Permalink
updated circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
breimers committed Mar 30, 2020
1 parent aa64b36 commit 65b90cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ workflows:
jobs:
- build:
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
only: /^[0-9]+(\.[0-9]+)*$/
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-kubernetes-manager
version = 0.1.6
version = 0.1.7
description = A Django app to manage kubernetes clusters and objects.
long_description = file: README.rst
url = https://github.com/IntrospectData/Django-Kubernetes-Manager
Expand Down

0 comments on commit 65b90cf

Please sign in to comment.