From 46d8b325feda8745476c957a74fe605e15c675f4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 May 2020 23:21:23 +0300 Subject: workflows/test.yml: better step names & linting --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3