Build branch main with version main (9ca16ea)
Build pipeline: viash-hub.craftbox.main-q45l7
Source commit: 9ca16ea58d
Source message: add publish component (#10)
* add publish component
* update changleog
* update changelog
* address pr comments
* update test
* Update src/move_files_to_directory/config.vsh.yaml
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
---------
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
@@ -182,9 +182,9 @@ build_info:
|
||||
output: "target/nextflow/untar"
|
||||
executable: "target/nextflow/untar/main.nf"
|
||||
viash_version: "0.9.3"
|
||||
git_commit: "8f9353f15e4d6952eca57e896f962a60b42b0a3c"
|
||||
git_commit: "9ca16ea58d5f010e31714265802c016280594624"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
git_tag: "v0.1.0-4-g8f9353f"
|
||||
git_tag: "v0.1.0-5-g9ca16ea"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
version: "main"
|
||||
|
||||
@@ -3278,9 +3278,9 @@ meta = [
|
||||
"engine" : "docker|native",
|
||||
"output" : "target/nextflow/untar",
|
||||
"viash_version" : "0.9.3",
|
||||
"git_commit" : "8f9353f15e4d6952eca57e896f962a60b42b0a3c",
|
||||
"git_commit" : "9ca16ea58d5f010e31714265802c016280594624",
|
||||
"git_remote" : "https://github.com/viash-hub/craftbox",
|
||||
"git_tag" : "v0.1.0-4-g8f9353f"
|
||||
"git_tag" : "v0.1.0-5-g9ca16ea"
|
||||
},
|
||||
"package_config" : {
|
||||
"name" : "craftbox",
|
||||
|
||||
@@ -37,10 +37,10 @@
|
||||
"output": {
|
||||
"type":
|
||||
"string",
|
||||
"description": "Type: `file`, required, default: `$id.$key.output.output`. Directory to write the contents of the ",
|
||||
"help_text": "Type: `file`, required, default: `$id.$key.output.output`. Directory to write the contents of the .tar file to."
|
||||
"description": "Type: `file`, required, default: `$id.$key.output`. Directory to write the contents of the ",
|
||||
"help_text": "Type: `file`, required, default: `$id.$key.output`. Directory to write the contents of the .tar file to."
|
||||
,
|
||||
"default":"$id.$key.output.output"
|
||||
"default":"$id.$key.output"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user