Skip to content

Commit

Permalink
disable pull-docs to avoid git sparse-checkout weirdness
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Feb 6, 2023
1 parent 953d01e commit 182e1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ pull-docs:
fi
@git -C "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)" sparse-checkout set "$(TERRAFORM_DOCS_PATH)"

generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs
generate.init: $(TERRAFORM_PROVIDER_SCHEMA)

.PHONY: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs
.PHONY: $(TERRAFORM_PROVIDER_SCHEMA)
# ====================================================================================
# Targets

Expand Down
2 changes: 2 additions & 0 deletions config/provider-metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: equinix/equinix
resources: {}

0 comments on commit 182e1ad

Please sign in to comment.