Skip to content

Commit 74d346e

Browse files
committed
Set GITOPIA_ENV to prod by default in Makefile
1 parent 1531e41 commit 74d346e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GITOPIA_ENV ?= testing
1+
GITOPIA_ENV ?= prod
22
LEDGER_ENABLED ?= true
33

44
build_tags = netgo
@@ -42,7 +42,7 @@ zip = cd build && zip $(appname)_$(version)_$(1)_$(2).zip $(appname)$(3) git-git
4242

4343
.PHONY: build
4444

45-
all: darwin linux git_release_tar_gz git_release_zip
45+
all: darwin git_release_tar_gz git_release_zip
4646

4747
clean:
4848
rm -rf build/

0 commit comments

Comments
 (0)