Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:aknuds1/tectonic-installer into d…
Browse files Browse the repository at this point in the history
…igitalocean
  • Loading branch information
aknuds1 committed Aug 13, 2017
2 parents 6ea0d42 + f21b9a1 commit 55ac711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build/
bin/
modules/update-payload/generated/
# Allow for user configuration
custom.tf
custom.tf
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INSTALLER_BIN = $(TOP_DIR)/installer/bin/$(shell uname | tr '[:upper:]' '[:lower
TF_DOCS := $(shell which terraform-docs 2> /dev/null)
TF_EXAMPLES := $(shell which terraform-examples 2> /dev/null)
TF_RC := $(TOP_DIR)/.terraformrc
TF_CMD = TERRAFORM_CONFIG=$(TF_RC) terraform
export TF_VAR_tectonic_cluster_name = $(CLUSTER)

$(info Using build directory [${BUILD_DIR}])

Expand Down Expand Up @@ -132,7 +132,6 @@ structure-check:

@if $(MAKE) docs && ! git diff --exit-code; then echo "outdated docs (run 'make docs' to fix)"; exit 1; fi
@if $(MAKE) examples && ! git diff --exit-code; then echo "outdated examples (run 'make examples' to fix)"; exit 1; fi
@if $(TOP_DIR)/modules/update-payload/make-update-payload.sh && ! git diff --exit-code; then echo "outdated payload (run '$(TOP_DIR)/modules/update-payload/make-update-payload.sh' to fix)"; exit 1; fi

SMOKE_SOURCES := $(shell find $(TOP_DIR)/tests/smoke -name '*.go')
.PHONY: bin/smoke
Expand Down

0 comments on commit 55ac711

Please sign in to comment.