Skip to content

Commit

Permalink
Add additional exclusions for tarball and update to version 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge committed Nov 20, 2023
1 parent be85700 commit f9b2fdd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace: cloudera
name: cloud
version: 2.1.1
version: 2.2.0
readme: README.md
authors: []

Expand All @@ -40,6 +40,10 @@ documentation: https://cloudera-labs.github.io/cloudera.cloud

build_ignore:
- '.*'
- '*.log'
- '*.tar.gz'
- docs
- docsrc
- site
- docsbuild
- tests
- pytest.ini
- builder

0 comments on commit f9b2fdd

Please sign in to comment.