Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 17, 2024
1 parent a67fca4 commit dbb82ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help: ## Show this help.
@grep -E '^[/%a-zA-Z._-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

docker: ## build image locally
docker build -t $(IMAGE) .
docker build --no-cache -t $(IMAGE) .

explore: ## look around
docker run -it --entrypoint /bin/bash $(IMAGE)
2 changes: 1 addition & 1 deletion scripts/helm-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function deploy_applications() {
else
echo -e "Deploying ${TXT_HI}${DEPLOY_APPLICATIONS}${TXT_CLEAR}"
pwd
ls
#ls
for app_dir in ${DEPLOY_APPLICATIONS//,/ } ; do
echo deploy application in $app_dir
get_docker_image_name $app_dir $PROJECT_VERSION
Expand Down

0 comments on commit dbb82ef

Please sign in to comment.