Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1a3906a

Browse files
committed
Remove obsolete variables
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
1 parent 913c753 commit 1a3906a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

vars.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ RENDERERS := "none"
1010

1111
TAG ?= $(shell git describe --always --dirty 2>/dev/null)
1212
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null)
13-
CWD = $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
14-
15-
# Used by ci-gradle-test target
16-
DOCKERAPP_BINARY ?= $(CWD)/bin/$(BIN_NAME)-linux
1713

1814
WINDOWS := no
1915
ifneq ($(filter cmd.exe powershell.exe,$(subst /, ,$(SHELL))),)

0 commit comments

Comments
 (0)