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 2, 2024
1 parent eae1292 commit 8e3c20d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ __pycache__
dist
site
*.orig
*.rej
*.rej
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
exclude: ^magnum_cluster_api/charts/

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.0.0
Expand Down
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 8e3c20d

Please sign in to comment.