Skip to content

Commit 42124ba

Browse files
committed
Clone helm charts repo before testing. Otherwise we do not
have sources Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 0a5ad67 commit 42124ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_helm_ruby_imagestreams.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
@pytest.fixture(scope="module")
2525
def helm_api(request):
2626
helm_api = HelmChartsAPI(path=test_dir / "../charts/redhat", package_name="redhat-ruby-imagestreams", tarball_dir=test_dir)
27+
helm_api.clone_helm_chart_repo(
28+
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
29+
subdir="charts/redhat"
30+
)
2731
# app_name = os.path.basename(request.param)
2832
yield helm_api
2933
pass

0 commit comments

Comments
 (0)