Browse code

Jenkinsfile: remove redundant DOCKER_EXPERIMENTAL

DOCKER_EXPERIMENTAL is already set in the head of the file.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>

Akihiro Suda authored on 2020/04/07 00:58:30
Showing 1 changed files
... ...
@@ -408,7 +408,6 @@ pipeline {
408 408
                         }
409 409
                         stage("Integration tests") {
410 410
                             environment {
411
-                                DOCKER_EXPERIMENTAL = '1'
412 411
                                 DOCKER_ROOTLESS = '1'
413 412
                                 TEST_SKIP_INTEGRATION_CLI = '1'
414 413
                             }