[infra] nit

This commit is contained in:
Mike Aizatsky 2016-08-01 14:22:57 -07:00
parent eb4f4d58c5
commit 1dd23d2806
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).getAbsoluteFile().getParent().getName();
dockerContextDir = new File(dockerfile).getAbsoluteFile().getParent().getName();
}
sh "docker build -t $dockerTag -f $dockerfile $dockerContextDir"