We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cbb3b commit 678e438Copy full SHA for 678e438
1 file changed
Makefile
@@ -20,10 +20,7 @@ POSTGIS_IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(POSTGIS_VERSION)-$(BUILD)
20
21
# Settings for the Build-Process
22
BUILDWITH ?= docker
23
-ROOTPATH = $(GOPATH)/src/github.com/cybertec/cybertec-pg-container
24
-ifndef ROOTPATH
25
- export ROOTPATH=$(GOPATH)/src/github.com/cybertec/cybertec-pg-container
26
-endif
+ROOTPATH ?= $(GOPATH)/src/github.com/cybertec/cybertec-pg-container
27
28
# Build Images
29
0 commit comments