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