aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-06 23:21:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-06 23:42:52 +0300
commit46d8b325feda8745476c957a74fe605e15c675f4 (patch)
tree6d75e83157a61b20cba01a0e0ba0d4563b70cfcc /Makefile
parentfix GitHub action tests (diff)
downloadjekyll-docker-46d8b325feda8745476c957a74fe605e15c675f4.tar.gz
jekyll-docker-46d8b325feda8745476c957a74fe605e15c675f4.zip
workflows/test.yml: better step names & linting
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe2a34f..44b9211 100644
--- a/Makefile
+++ b/Makefile
@@ -111,9 +111,7 @@ JEKYLL_UID ?= $(shell id -u)
JEKYLL_GID ?= $(shell id -g)
export JEKYLL_UID JEKYLL_GID
-# Not an absolute path, cause you know, Windows (more specifically, Cygwin +
-# native Windows docker-compose).
-docker_compose := cd -- '$(makefile_dir)' && docker-compose --env-file ./.env
+docker_compose := cd -- '$(makefile_dir)' && PROJECT_DIR='$(abspath $(PROJECT_DIR))' docker-compose --env-file ./.env
.PHONY: docker/build
docker/build: