mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
e98290381a
commit
ed4727e67a
|
@ -46,6 +46,10 @@ def call(body) {
|
|||
|
||||
stage("docker image") {
|
||||
def revisions = [:]
|
||||
dir('oss-fuzz') {
|
||||
git url: "https://github.com/google/oss-fuzz.git"
|
||||
}
|
||||
|
||||
dir(checkoutDir) {
|
||||
git url: gitUrl
|
||||
revisions[gitUrl] = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()
|
||||
|
|
Loading…
Reference in New Issue