Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jan 17, 2020
1 parent e02e213 commit a4b2f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parallel kind: {
node('docker') {
timeout(60) {
checkout scm
withEnv(["WSTMP=${pwd tmp: true}","TEST=ContainerExecDecoratorTest"]) {
withEnv(["WSTMP=${pwd tmp: true}"]) {
try {
sh 'bash kind.sh'
dir (WSTMP) {
Expand Down

0 comments on commit a4b2f60

Please sign in to comment.