Skip to content

Commit c8eb9ee

Browse files
committed
Calculate compose project name instead of hardcoding it
1 parent 84d07e3 commit c8eb9ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<<<<<<< HEAD
2-
=======
3-
BINDIR = $(PWD)/.state/env/bin
41
COMPOSE_PROJECT_NAME ?= $(notdir $(abspath .))
5-
GITHUB_ACTIONS := $(shell echo "$${GITHUB_ACTIONS:-false}")
6-
GITHUB_BASE_REF := $(shell echo "$${GITHUB_BASE_REF:-false}")
7-
>>>>>>> e1349bda (Calculate compose project name instead of hardcoding it)
82
DB := example
93
IPYTHON := no
104

0 commit comments

Comments
 (0)