Skip to content

Commit

Permalink
Add fedora31 support
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Nov 3, 2019
1 parent 60acfca commit ae36494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- run:
name: Push rpm package for fedora 30
command: package_cloud push whitewaterfoundry/wslu/fedora/30 /tmp/pkgs/*.rpm --skip-errors
- run:
name: Push rpm package for fedora 31
command: package_cloud push whitewaterfoundry/wslu/fedora/31 /tmp/pkgs/*.rpm --skip-errors
- run:
name: Push rpm package for enterprise linux 7
command: package_cloud push whitewaterfoundry/wslu/el/7 /tmp/pkgs/*.rpm --skip-errors
Expand Down

0 comments on commit ae36494

Please sign in to comment.