removes un-necessary ls
This commit is contained in:
parent
2035241bcb
commit
942807c695
@ -144,7 +144,6 @@ sonar.go.coverage.reportPaths=cover.out
|
||||
| tar -z -x -f - -C /usr/local/bin
|
||||
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"
|
||||
cd "/go/src/${env.JOB_BASE_NAME}"
|
||||
ls -lah
|
||||
go test -short -coverprofile=cover.out \$(go list ./... | grep -v vendor/)
|
||||
go test -v ./... 2>&1 | go-junit-report > report.xml
|
||||
"""
|
||||
|
Reference in New Issue
Block a user