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>
This commit is contained in:
Akihiro Suda 2020-04-07 00:58:30 +09:00
parent 5ca47f5179
commit d1304a8c74
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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