Skip to content

Commit

Permalink
set charts path for chart-vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Aug 5, 2024
1 parent dd9d570 commit 021daa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 279 deletions.
277 changes: 0 additions & 277 deletions build/sync-charts.py

This file was deleted.

4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ skipsdist = True
deps =
chart-vendor
commands =
chart-vendor
chart-vendor --charts-root magnum_cluster_api/charts

[testenv:linters]
skipsdist = True
Expand All @@ -32,4 +32,4 @@ deps =
pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
chart-vendor --check
chart-vendor --check --charts-root magnum_cluster_api/charts

0 comments on commit 021daa6

Please sign in to comment.