Skip to content

Commit

Permalink
change default behaviour to plan
Browse files Browse the repository at this point in the history
  • Loading branch information
clincha committed Jan 25, 2024
1 parent d6ee204 commit 82a9441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DESCRIBE_PARTS := $(subst -, ,$(DESCRIBE))
VERSION_TAG := $(word 1,$(DESCRIBE_PARTS))
VERSION := $(subst v,,$(VERSION_TAG))

all: build plan apply
all: build plan

build:
@echo "Building..."
Expand Down

0 comments on commit 82a9441

Please sign in to comment.