viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

`viash build ... --meta` does not return values for executable or output #15

Closed Grifs closed 4 years ago

Grifs commented 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.

rcannood commented 4 years ago

Fixed!