[infra] svn info doesn't work, no need to run it anyway

This commit is contained in:
Mike Aizatsky 2016-10-19 15:38:04 -07:00 committed by GitHub
parent 0334615e51
commit a0bd354614
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ def call(body) {
if (svnUrl != null) { if (svnUrl != null) {
dir(checkoutDir) { dir(checkoutDir) {
svn url: svnUrl svn url: svnUrl
revisions[svnUrl] = sh(returnStdout: true, script: 'svn info -r HEAD').trim()
} }
} }