diff --git a/Jenkinsfile b/Jenkinsfile index dc2aa4225..6d3c9b1ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,6 @@ pipeline { echo 'Testing ...' sh 'env' sh 'go env' - sh 'whoami' sh 'make test' } }