Closed Grifs closed 4 years ago
viash version: 0.2.2 config: config.vsh.yaml platform: docker executable: <NA> output: <NA> remote git repo: git@github.com:data-intuitive/viash.git
When checking the code in Config.scala, this is present:
viash_version = Some(com.dataintuitive.viash.Main.version), config = config, platform = platform, git_commit = gc, git_remote = rgr )),
This probably explains why the executable or output is never returned.
if -p docker is omitted, the platform is displayed as: platform: <NA>, so that seems to work alright.
-p docker
platform: <NA>
Fixed!
When checking the code in Config.scala, this is present:
This probably explains why the executable or output is never returned.
if
-p docker
is omitted, the platform is displayed as:platform: <NA>
, so that seems to work alright.