Skip to content
Snippets Groups Projects
Commit 021ea0e6 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove def

parent 313cd991
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -14,7 +14,7 @@ import org.yaml.snakeyaml.Yaml ...@@ -14,7 +14,7 @@ import org.yaml.snakeyaml.Yaml
ext { ext {
nshmDir = "nshms"; nshmDir = "nshms";
envMemory = System.getenv("CI_RUNNER_MEMORY") envMemory = System.getenv("CI_RUNNER_MEMORY")
def xmx = envMemory ? envMemory : "16g" xmx = envMemory ? envMemory : "16g"
// Download and unzip NSHM // Download and unzip NSHM
downloadNshm = {nshm -> downloadNshm = {nshm ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment