Skip to content

Commit

Permalink
Jenkinsfile: remove redundant DOCKER_EXPERIMENTAL
Browse files Browse the repository at this point in the history
DOCKER_EXPERIMENTAL is already set in the head of the file.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Apr 6, 2020
1 parent 5ca47f5 commit d1304a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ pipeline {
}
stage("Integration tests") {
environment {
DOCKER_EXPERIMENTAL = '1'
DOCKER_ROOTLESS = '1'
TEST_SKIP_INTEGRATION_CLI = '1'
}
Expand Down

0 comments on commit d1304a8

Please sign in to comment.