Skip to content

Commit

Permalink
Generated commit to update templated files based on rev 4cc0fe2 in st…
Browse files Browse the repository at this point in the history
…ackabletech/operator-templating repo. (#369)

Triggered by:
Manual run triggered by: razvan with message [add cargo test to pre-commit hooks]
  • Loading branch information
stackable-bot authored Sep 7, 2023
1 parent ff16fb0 commit c41ba95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ repos:
entry: make regenerate-charts
stages: [commit, merge-commit, manual]
pass_filenames: false

- id: cargo-test
name: cargo-test
language: system
entry: cargo test
stages: [commit, merge-commit, manual]
pass_filenames: false
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ publish: build docker-publish helm-publish

run-dev:
kubectl apply -f deploy/stackable-operators-ns.yaml
nix run -f. tilt -- up --port 5436 --namespace stackable-operators
nix run -f. tilt -- up --port 5437 --namespace stackable-operators

stop-dev:
nix run -f. tilt -- down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ allow = [
"LicenseRef-ring",
"LicenseRef-webpki",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib"
]
Expand Down

0 comments on commit c41ba95

Please sign in to comment.