1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #42248 from thaJeztah/jenkins_newer_config_check

Jenkinsfile: update check-config.sh to latest version
This commit is contained in:
Sebastiaan van Stijn 2021-04-07 11:14:27 +02:00 committed by GitHub
commit 2acab355ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
DOCKER_EXPERIMENTAL = '1'
DOCKER_GRAPHDRIVER = 'overlay2'
APT_MIRROR = 'cdn-fastly.deb.debian.org'
CHECK_CONFIG_COMMIT = '78405559cfe5987174aa2cb6463b9b2c1b917255'
CHECK_CONFIG_COMMIT = '2b0755b936416834e14208c6c37b36977e67ea35'
TESTDEBUG = '0'
TIMEOUT = '120m'
}