mirror of https://github.com/google/oss-fuzz.git
[infra] more logging
This commit is contained in:
parent
679945be2d
commit
086c7bc7b6
|
@ -69,7 +69,7 @@ def call(body) {
|
|||
def zipFile= "$projectName-$sanitizer-${date}.zip"
|
||||
|
||||
sh "mkdir -p $out"
|
||||
sh "ls -R $workspace/"
|
||||
sh "ls -alR $workspace/"
|
||||
sh "docker run -v $workspace:/workspace -v $out:/out -e sanitizer_flags=\"-fsanitize=$sanitizer\" -t $dockerTag"
|
||||
sh "zip -j $zipFile $out/*"
|
||||
sh "gsutil cp $zipFile gs://clusterfuzz-builds/$projectName/"
|
||||
|
|
Loading…
Reference in New Issue