Skip to content

Commit

Permalink
bin: Refactor update-ips
Browse files Browse the repository at this point in the history
  • Loading branch information
simonklb committed Nov 20, 2023
1 parent 9264dd1 commit 9039491
Show file tree
Hide file tree
Showing 7 changed files with 1,451 additions and 384 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "pipeline/bats-helpers/bats-support"]
path = pipeline/bats-helpers/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "pipeline/bats-helpers/bats-mock"]
path = pipeline/bats-helpers/bats-mock
url = https://github.com/grayhemp/bats-mock.git
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: editorconfig-checker
name: check indentation
exclude: ^.gitmodules$|^helmfile/upstream/|^helmfile/charts/grafana-dashboards/dashboards/|^LICENSE$
exclude: ^.gitmodules$|^helmfile/upstream/|^helmfile/charts/grafana-dashboards/dashboards/|^LICENSE$|^pipeline/resources/

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
Expand Down
Loading

0 comments on commit 9039491

Please sign in to comment.