[infra] tweaks

This commit is contained in:
Mike Aizatsky 2016-08-01 14:45:42 -07:00
parent 63b0e20b39
commit 391bbdac51
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def call(body) {
}
if (dockerContextDir == null) {
dockerContextDir = new File(dockerfile)
dockerContextDir = new File(workspace, dockerfile)
.getAbsoluteFile()
.getParentFile()
.getAbsolutePath();