mirror of https://github.com/google/oss-fuzz.git
[infra] tweaks
This commit is contained in:
parent
399e7b393c
commit
63b0e20b39
|
@ -62,7 +62,7 @@ def call(body) {
|
|||
if (dockerContextDir == null) {
|
||||
dockerContextDir = new File(dockerfile)
|
||||
.getAbsoluteFile()
|
||||
.getParent()
|
||||
.getParentFile()
|
||||
.getAbsolutePath();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue