no whoami in containers

This commit is contained in:
Michael Shaw 2022-10-07 16:04:37 -04:00
parent 962cbfd573
commit 4e865aa152

1
Jenkinsfile vendored
View File

@ -39,7 +39,6 @@ pipeline {
echo 'Testing ...'
sh 'env'
sh 'go env'
sh 'whoami'
sh 'make test'
}
}