Skip to content

Commit

Permalink
Remove unneeded
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg committed Jun 8, 2024
1 parent dfb3801 commit 83de8ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ build-mixin:
test-readme: test-readme/azure test-readme/gcs test-readme/s3

test-readme/%:
@./scripts/test-readme.sh $@; \
RESULT=$$?; \
exit $$RESULT
@./scripts/test-readme.sh $@

clean-white-noise:
@$(FIND) . -type f -regextype posix-extended -regex '.*(md|libsonnet)' -print | \
Expand Down

0 comments on commit 83de8ea

Please sign in to comment.