Skip to content

Commit

Permalink
Fix logging (#84)
Browse files Browse the repository at this point in the history
* fix logging

* fix logging bump version
__NODOCS__

* __NODOCS__ bug

* add config

* __NODOCS__
  • Loading branch information
EarthmanT authored Oct 11, 2021
1 parent d959b77 commit ff9be0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ workflows:
only: /master/
requires:
- wagon
- arch64_wagon
- rhel_wagon
- integration_tests_py3:
requires:
Expand All @@ -498,8 +499,10 @@ workflows:
branches:
only: /master/
requires:
- build_bundle
- unittests_py36
- wagon
- arch64_wagon
- rhel_wagon
- integration_tests_py3
- merge_docs:
Expand Down Expand Up @@ -544,6 +547,10 @@ workflows:
- integration_tests_py3:
requires:
- build_bundle
- wagon
- rhel_wagon
- arch64_wagon
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/

0 comments on commit ff9be0e

Please sign in to comment.