Skip to content

Commit c618324

Browse files
committed
Fix make docker-image as executed from the repo root
1 parent b182fa5 commit c618324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker-image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else \
1919
fi)
2020
endif
2121

22-
ifeq ($(filter-out all dist push,$(MAKECMDGOALS)),)
22+
ifeq ($(filter-out all dist push clean,$(MAKECMDGOALS)),)
2323
GENERIC_UNIX_ARCHIVE ?= $(wildcard $(PACKAGES_DIR)/rabbitmq-server-generic-unix-$(PROJECT_VERSION).tar.xz)
2424

2525
ifeq ($(GENERIC_UNIX_ARCHIVE),)

0 commit comments

Comments
 (0)