fix: VOLUME_CI not used as variable...
Some checks failed
Central(Architecture) Docs Build / Build Documentation (push) Failing after 11s

This commit is contained in:
Elyan 2024-10-13 18:38:45 +02:00
parent f7a245706b
commit 7dc11570f5

View File

@ -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