Skip to content

Commit 0aa010e

Browse files
committed
wip
1 parent 73c384f commit 0aa010e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/common.Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ $(if $(REPO_CONFIG_LOCATION),,$(error The location of the repo.config file given
2222
$(if $(shell cat $(REPO_CONFIG_LOCATION)),,$(error The location of the repo.config file given in .config.location is invalid. Aborting))
2323
$(if $(shell wc -l $(REPO_BASE_DIR)/.config.location | grep 1),,$(error The .config.location file has more than one path specified. Only one path is allowed. Aborting))
2424

25-
# Extract DEPLOYMENT_FQDN using Make functions
26-
DEPLOYMENT_FQDN := $(notdir $(patsubst %/,%, $(dir $(REPO_CONFIG_LOCATION))))
27-
# Use SELECTED_ENV_FILE in your targets as needed
2825
ifeq ($(_yq),)
2926
_yq = docker run --rm -i -v $${PWD}:/workdir mikefarah/yq:4.30.4
3027
endif

0 commit comments

Comments
 (0)