mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Remove -x flag for go install
This commit is contained in:
@@ -39,7 +39,7 @@ check:
|
|||||||
gometalinter --vendor --vendored-linters --config=linter.json ./...
|
gometalinter --vendor --vendored-linters --config=linter.json ./...
|
||||||
|
|
||||||
install:
|
install:
|
||||||
go install -x -v -ldflags "-X main.Version=$(VERSION)"
|
go install -v -ldflags "-X main.Version=$(VERSION)"
|
||||||
|
|
||||||
system-test: install
|
system-test: install
|
||||||
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user