Skip to content

Commit 128c7b4

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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/go-junit-report@v0.9.1
6562
go install github.com/axw/gocov/gocov@v1.0.0
6663
go install github.com/AlekSi/gocov-xml@v1.0.0

0 commit comments

Comments
 (0)