Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnicegyu11 committed Jan 9, 2025
1 parent 73c384f commit 0aa010e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/common.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ $(if $(REPO_CONFIG_LOCATION),,$(error The location of the repo.config file given
$(if $(shell cat $(REPO_CONFIG_LOCATION)),,$(error The location of the repo.config file given in .config.location is invalid. Aborting))
$(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))

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

0 comments on commit 0aa010e

Please sign in to comment.