Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 25, 2024
1 parent 8fe14aa commit 765605a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 765605a

Please sign in to comment.