fix: VOLUME_CI not used as variable...
Some checks failed
Central(Architecture) Docs Build / Build Documentation (push) Failing after 11s
Some checks failed
Central(Architecture) Docs Build / Build Documentation (push) Failing after 11s
This commit is contained in:
parent
f7a245706b
commit
7dc11570f5
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ VOLUME_LOCAL := -v $(PWD):$(PWD)
|
|||||||
VOLUME_CI := --volumes-from=$(JOB_CONTAINER_NAME)
|
VOLUME_CI := --volumes-from=$(JOB_CONTAINER_NAME)
|
||||||
|
|
||||||
ifeq "$(CI)" "true"
|
ifeq "$(CI)" "true"
|
||||||
VOLUME := VOLUME_CI
|
VOLUME := $(VOLUME_CI)
|
||||||
$(info Running in a CI environment)
|
$(info Running in a CI environment)
|
||||||
else ifneq "$(DOCKER_IS_ROOTLESS)" "1"
|
else ifneq "$(DOCKER_IS_ROOTLESS)" "1"
|
||||||
# Rooted Docker requires this flag so that the files it creates are
|
# Rooted Docker requires this flag so that the files it creates are
|
||||||
|
Loading…
Reference in New Issue
Block a user