We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0180d47 commit 66dc755Copy full SHA for 66dc755
plugins/nf-nomad/src/main/nextflow/nomad/config/NomadJobOpts.groovy
@@ -55,7 +55,7 @@ class NomadJobOpts{
55
sysEnv = env ?: new HashMap<String,String>(System.getenv())
56
57
deleteOnCompletion = nomadJobOpts.containsKey("deleteOnCompletion") ?
58
- nomadJobOpts.deleteOnCompletion : false
+ nomadJobOpts.deleteOnCompletion : true
59
if( nomadJobOpts.containsKey("datacenters") ) {
60
datacenters = ((nomadJobOpts.datacenters instanceof List<String> ?
61
nomadJobOpts.datacenters : nomadJobOpts.datacenters.toString().split(","))
@@ -171,4 +171,4 @@ class NomadJobOpts{
171
}
172
173
174
-}
+}
0 commit comments