Remove -x flag for go install

This commit is contained in:
Andrey Smirnov
2017-03-26 19:23:53 +03:00
parent 2943422d5d
commit af1adb44ce
+1 -1
View File
@@ -39,7 +39,7 @@ check:
gometalinter --vendor --vendored-linters --config=linter.json ./...
install:
go install -x -v -ldflags "-X main.Version=$(VERSION)"
go install -v -ldflags "-X main.Version=$(VERSION)"
system-test: install
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi