Skip to content
Snippets Groups Projects
Commit e50d7ad5 authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Add nomad meta info version and update ci script

parent ae6b4ca4
Branches
Tags
No related merge requests found
......@@ -15,4 +15,3 @@ testing:
tags:
- test
- spec2
\ No newline at end of file
allow_failure: true
\ No newline at end of file
......@@ -11,7 +11,9 @@ object DlPolyParser extends SimpleExternalParserGenerator(
("name" -> jn.JString("DlPolyParser")) ::
("parserId" -> jn.JString("DlPolyParser" + lab.DlPolyVersionInfo.version)) ::
("versionInfo" -> jn.JObject(
("nomadCoreVersion" -> jn.JString(lab.NomadCoreVersionInfo.version)) ::
("nomadCoreVersion" -> jn.JObject(lab.NomadCoreVersionInfo.toMap.map {
case (k, v) => k -> jn.JString(v.toString)
}(breakOut): List[(String, jn.JString)])) ::
(lab.DlPolyVersionInfo.toMap.map {
case (key, value) =>
(key -> jn.JString(value.toString))
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment