Przeglądaj źródła

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 5 lat temu
rodzic
commit
d1304a8c74
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -408,7 +408,6 @@ pipeline {
                         }
                         }
                         stage("Integration tests") {
                         stage("Integration tests") {
                             environment {
                             environment {
-                                DOCKER_EXPERIMENTAL = '1'
                                 DOCKER_ROOTLESS = '1'
                                 DOCKER_ROOTLESS = '1'
                                 TEST_SKIP_INTEGRATION_CLI = '1'
                                 TEST_SKIP_INTEGRATION_CLI = '1'
                             }
                             }