Skip to content

Commit

Permalink
Fix, define HELM_CMD after include
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Jan 7, 2025
1 parent bad73f2 commit 0ddc6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include ../setup-env.mk
HELM_CMD ?= helm upgrade --install
-include ../helm-cmd.mk
HELM_CMD ?= helm upgrade --install

ifndef COMMIT
COMMIT := $(shell git rev-parse --short=7 HEAD)
Expand Down
2 changes: 1 addition & 1 deletion frontend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include ../setup-env.mk
HELM_CMD ?= helm upgrade --install
-include ../helm-cmd.mk
HELM_CMD ?= helm upgrade --install

ifndef COMMIT
COMMIT := $(shell git rev-parse --short=7 HEAD)
Expand Down

0 comments on commit 0ddc6b1

Please sign in to comment.