mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
2904464479
commit
1ef3a051a9
|
@ -41,7 +41,7 @@ def call(body) {
|
||||||
def dockerTag = "ossfuzz/$projectName"
|
def dockerTag = "ossfuzz/$projectName"
|
||||||
echo "Building $dockerTag"
|
echo "Building $dockerTag"
|
||||||
|
|
||||||
sh "sudo rm -rf $workspace/out"
|
sh "rm -rf $workspace/out"
|
||||||
sh "mkdir -p $workspace/out"
|
sh "mkdir -p $workspace/out"
|
||||||
|
|
||||||
stage("docker image") {
|
stage("docker image") {
|
||||||
|
|
Loading…
Reference in New Issue