Skip to content

Commit

Permalink
chore: Delete .tool-versions file (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Sep 19, 2023
1 parent 9697f8f commit c110a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .tool-versions

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _test-all: _create-folders
-e SKIP_TEARDOWN \
${BUILD_HARNESS_REPO}:${BUILD_HARNESS_VERSION} \
bash -c 'git config --global --add safe.directory /app \
&& asdf install && cd examples/complete \
&& cd examples/complete \
&& terraform init -upgrade=true \
&& cd ../../test/e2e \
&& go test -count 1 -v $(EXTRA_TEST_ARGS) .'
Expand Down Expand Up @@ -102,7 +102,7 @@ _runhooks: _create-folders
-e "SKIP=$(SKIP)" \
-e "PRE_COMMIT_HOME=/app/.cache/pre-commit" \
${BUILD_HARNESS_REPO}:${BUILD_HARNESS_VERSION} \
bash -c 'git config --global --add safe.directory /app && asdf install && pre-commit run -a --show-diff-on-failure $(HOOK)'
bash -c 'git config --global --add safe.directory /app && pre-commit run -a --show-diff-on-failure $(HOOK)'

.PHONY: pre-commit-all
pre-commit-all: ## Run all pre-commit hooks. Returns nonzero exit code if any hooks fail. Uses Docker for maximum compatibility
Expand Down

0 comments on commit c110a7a

Please sign in to comment.