Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune the unnecessary scripts #153

Merged
merged 1 commit into from
Jul 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .terraform-version

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ install:
- bash scripts/gogetcookie.sh
- go get github.com/kardianos/govendor

before_script:
- scripts/terraform_install.sh

script:
- make test
- make vet
Expand Down
9 changes: 1 addition & 8 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
$(MAKE) tf-fmtcheck

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 180m
Expand All @@ -36,12 +35,6 @@ vet:
fmt:
gofmt -w $(GOFMT_FILES)

tf-fmt:
$(CURDIR)/bin/terraform fmt

tf-fmtcheck:
@sh -c "'$(CURDIR)/scripts/tf-fmtcheck.sh'"

fmtcheck:
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"

Expand Down Expand Up @@ -74,5 +67,5 @@ endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)


.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile tf-fmt tf-fmtcheck website website-test
.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test

14 changes: 0 additions & 14 deletions scripts/terraform_install.sh

This file was deleted.

25 changes: 0 additions & 25 deletions scripts/tf-fmtcheck.sh

This file was deleted.