Skip to content

Commit

Permalink
fix: List against release-2.1 branch, update tools (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajb committed May 18, 2022
1 parent 7b302c2 commit 08741cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
flux2 0.23.0
kustomize 4.4.1
github-cli 2.2.0
awscli 2.4.0
awscli 2.4.24
flux2 0.29.5
github-cli 2.5.2
golang 1.17.7
kustomize 4.5.2
pre-commit 2.17.0
yq 4.22.1
2 changes: 1 addition & 1 deletion make/pre-commit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ifeq ($(wildcard $(PRE_COMMIT_CONFIG_FILE)),)
$(error Cannot find pre-commit config file $(PRE_COMMIT_CONFIG_FILE). Specify the config file via PRE_COMMIT_CONFIG_FILE variable)
endif
env SKIP=$(SKIP) pre-commit run -a --show-diff-on-failure --config $(PRE_COMMIT_CONFIG_FILE)
git fetch origin main && gitlint --ignore-stdin --commits origin/main..HEAD
git fetch origin release-2.1 && gitlint --ignore-stdin --commits origin/release-2.1..HEAD

0 comments on commit 08741cd

Please sign in to comment.