-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,7 @@ export README_FILE ?= README.md | |
export README_YAML ?= README.yaml | ||
|
||
export README_TEMPLATE_REPO_REMOTE_NAME ?= origin | ||
#export README_TEMPLATE_REPO_REMOTE ?= $(shell git remote get-url $(README_TEMPLATE_REPO_REMOTE_NAME)) | ||
export README_TEMPLATE_REPO_REMOTE ?= https://github.com/cloudposse/build-harness | ||
export README_TEMPLATE_REPO_REMOTE ?= [email protected]:cloudposse/build-harness.git | ||
export README_TEMPLATE_REPO_REMOTE ?= $(shell git remote get-url $(README_TEMPLATE_REPO_REMOTE_NAME)) | ||
|
||
# Parse https://github.com/... | ||
ifneq (,$(findstring https://,$(README_TEMPLATE_REPO_REMOTE))) | ||
|