Skip to content

Commit 128c7b4

Browse files
committed
fix: remove debug output from task
1 parent 6adba5e commit 128c7b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eirctl.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ tasks:
5858
- |
5959
mkdir -p .coverage
6060
export GOPATH="${PWD}/.deps" GOBIN="${PWD}/.deps/bin"
61-
go version
62-
env
63-
go env
6461
go install github.com/jstemmer/[email protected]
6562
go install github.com/axw/gocov/[email protected]
6663
go install github.com/AlekSi/[email protected]

0 commit comments

Comments
 (0)