Skip to content

Commit 540adc1

Browse files
committed
Improve spec
1 parent 72087b8 commit 540adc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor
2+
jira-reindex-runner

common/jira-reindex-runner.spec

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ Application for periodical running Jira re-index process.
8282

8383
%build
8484
export GOPATH=$(pwd)
85-
export GO111MODULE=auto
86-
8785
pushd %{srcdir}
88-
%{__make} %{?_smp_mflags} all
86+
go build -mod vendor %{name}.go
8987
popd
9088

9189
%install

0 commit comments

Comments
 (0)