Skip to content

Commit

Permalink
enable rhel wagon creator and added unitest to reqiuerments for plugi…
Browse files Browse the repository at this point in the history
…n release
  • Loading branch information
AdarShaked committed Jun 21, 2020
1 parent 6d81002 commit f91a513
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,18 @@ workflows:
- wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev|replace-wagon-builder-to-py2py3-builder)/
only: /([0-9\.]*\-build|master|dev)/
- rhel_wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev|replace-wagon-builder-to-py2py3-builder)/
only: /([0-9\.]*\-build|master|dev)/
- release:
filters:
branches:
only: /master/
requires:
- wagon
- rhel_wagon

- unittests_py27
- unittests_py36

0 comments on commit f91a513

Please sign in to comment.