mirror of https://github.com/google/oss-fuzz.git
[infra] svn info doesn't work, no need to run it anyway
This commit is contained in:
parent
0334615e51
commit
a0bd354614
|
@ -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()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue