Commit 0d759409 authored by daidekun's avatar daidekun

fixbugs

parent 6cd1c68f
......@@ -3,6 +3,6 @@ package org.qg;
def contextDir(workspace) {
uuid = UUID.randomUUID().toString()
contextDir = "${workspace}/tmp-${uuid}"
contextDir = "${workspace}/tmp-context"
return contextDir
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment