瀏覽代碼

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 年之前
父節點
當前提交
d1304a8c74
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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