Skip to content

Commit f9b2fdd

Browse files
committed
Add additional exclusions for tarball and update to version 2.2.0
Signed-off-by: Webster Mudge <[email protected]>
1 parent be85700 commit f9b2fdd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

galaxy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace: cloudera
1818
name: cloud
19-
version: 2.1.1
19+
version: 2.2.0
2020
readme: README.md
2121
authors: []
2222

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

4141
build_ignore:
4242
- '.*'
43+
- '*.log'
44+
- '*.tar.gz'
4345
- docs
44-
- docsrc
45-
- site
46+
- docsbuild
47+
- tests
48+
- pytest.ini
49+
- builder

0 commit comments

Comments
 (0)