File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
DIST := dist
18
18
DIST_DIRS := $(DIST ) /binaries $(DIST ) /release
19
19
IMPORT := code.gitea.io/gitea
20
- export GO111MODULE =on
21
20
22
21
GO ?= go
23
22
SHASUM ?= shasum -a 256
@@ -363,7 +362,7 @@ test\#%:
363
362
coverage :
364
363
grep ' ^\(mode: .*\)\|\(.*:[0-9]\+\.[0-9]\+,[0-9]\+\.[0-9]\+ [0-9]\+ [0-9]\+\)$$' coverage.out > coverage-bodged.out
365
364
grep ' ^\(mode: .*\)\|\(.*:[0-9]\+\.[0-9]\+,[0-9]\+\.[0-9]\+ [0-9]\+ [0-9]\+\)$$' integration.coverage.out > integration.coverage-bodged.out
366
- GO111MODULE=on $(GO ) run build/gocovmerge.go integration.coverage-bodged.out coverage-bodged.out > coverage.all || (echo " gocovmerge failed" ; echo " integration.coverage.out" ; cat integration.coverage.out; echo " coverage.out" ; cat coverage.out; exit 1)
365
+ $(GO ) run build/gocovmerge.go integration.coverage-bodged.out coverage-bodged.out > coverage.all || (echo " gocovmerge failed" ; echo " integration.coverage.out" ; cat integration.coverage.out; echo " coverage.out" ; cat coverage.out; exit 1)
367
366
368
367
.PHONY : unit-test-coverage
369
368
unit-test-coverage :
@@ -754,11 +753,11 @@ update-translations:
754
753
755
754
.PHONY : generate-license
756
755
generate-license :
757
- GO111MODULE=on $(GO ) run build/generate-licenses.go
756
+ $(GO ) run build/generate-licenses.go
758
757
759
758
.PHONY : generate-gitignore
760
759
generate-gitignore :
761
- GO111MODULE=on $(GO ) run build/generate-gitignores.go
760
+ $(GO ) run build/generate-gitignores.go
762
761
763
762
.PHONY : generate-images
764
763
generate-images : | node_modules
You can’t perform that action at this time.
0 commit comments