From 7dc11570f5de25133055afbcb71e8c6b40a8d62d Mon Sep 17 00:00:00 2001 From: Elyan Date: Sun, 13 Oct 2024 18:38:45 +0200 Subject: [PATCH] fix: VOLUME_CI not used as variable... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48680a8..d9a0555 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VOLUME_LOCAL := -v $(PWD):$(PWD) VOLUME_CI := --volumes-from=$(JOB_CONTAINER_NAME) ifeq "$(CI)" "true" - VOLUME := VOLUME_CI + VOLUME := $(VOLUME_CI) $(info Running in a CI environment) else ifneq "$(DOCKER_IS_ROOTLESS)" "1" # Rooted Docker requires this flag so that the files it creates are