From 733e197575de6840137997a3dc5bd7a7a3e2bf17 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 30 May 2016 19:08:00 -0400 Subject: [PATCH] hide more cmd line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33b3c52..d0155c6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ lint: $(SRC) release: @curl -s https://bin.equinox.io/a/gSD5wcgebYp/release-tool-1.8.7-linux-amd64.tar.gz | sudo tar xz -C /usr/local/bin @curl -s $(EQUINOX_KEY_URL) -o /tmp/equinox.key - equinox release --version=$(shell date +%Y%m%d%H%M%S) --platforms="darwin_386 darwin_amd64 linux_386 linux_amd64 windows_386 windows_amd64" --channel=stable --signing-key=/tmp/equinox.key --app=$(EQUINOX_APP) --token=$(EQUINOX_TOKEN) + @equinox release --version=$(shell date +%Y%m%d%H%M%S) --platforms="darwin_386 darwin_amd64 linux_386 linux_amd64 windows_386 windows_amd64" --channel=stable --signing-key=/tmp/equinox.key --app=$(EQUINOX_APP) --token=$(EQUINOX_TOKEN) test: lint build go test -v -race -cover ./...