[infra] tweaks

This commit is contained in:
Mike Aizatsky 2016-08-01 14:44:02 -07:00
parent 399e7b393c
commit 63b0e20b39
1 changed files with 1 additions and 1 deletions

View File

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