From d1304a8c74cab9ad01b76f4f588ceda87bc8cb65 Mon Sep 17 00:00:00 2001
From: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Date: Tue, 7 Apr 2020 00:58:30 +0900
Subject: [PATCH] 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>
---
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1140271573..4db330ad8d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -408,7 +408,6 @@ pipeline {
                         }
                         stage("Integration tests") {
                             environment {
-                                DOCKER_EXPERIMENTAL = '1'
                                 DOCKER_ROOTLESS = '1'
                                 TEST_SKIP_INTEGRATION_CLI = '1'
                             }