File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ par_output="output.txt"
1212par_log=" log.txt"
1313par_optional=" help"
1414par_optional_with_default=" me"
15- meta_functionality_name=" testbash"
1615meta_resources_dir=" ."
1716# VIASH END
1817
@@ -61,7 +60,6 @@ output "multiple: |$par_multiple|"
6160output " multiple_pos: |$par_multiple_pos |"
6261
6362output " meta_name: |$meta_name |"
64- output " meta_functionality_name: |$meta_functionality_name |"
6563output " meta_resources_dir: |$meta_resources_dir |"
6664output " meta_cpus: |$meta_cpus |"
6765output " meta_memory_b: |$meta_memory_b |"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ engines:
1414 setup :
1515 - type : apk
1616 packages :
17- - fortune
17+ - fortune
Original file line number Diff line number Diff line change 7575 custom_tag : custom_value
7676requirements :
7777 cpus : 2
78- memory : 2GB
78+ memory : 2GB
Original file line number Diff line number Diff line change 99 image : ghcr.io/data-intuitive/dotnet-script:1.3.1
1010 setup :
1111 - type : apk
12- packages : [ bash ]
12+ packages : [ bash ]
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ __merge__: [../common-runners.yaml]
1919engines :
2020 - type : native
2121 - type : docker
22- image : " bash"
22+ image : " bash"
Original file line number Diff line number Diff line change 99 image : node:15-buster
1010 setup :
1111 - type : javascript
12- npm : [ plot ]
12+ npm : [ plot ]
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ engines:
1313 - TESTING_FOO=bar
1414 - type : python
1515 packages :
16- - " argparse<1.4"
16+ - " argparse<1.4"
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66engines :
77 - type : native
88 - type : docker
9- image : hseeberger/scala-sbt:eclipse-temurin-11.0.14.1_1.6.2_2.13.8
9+ image : hseeberger/scala-sbt:eclipse-temurin-11.0.14.1_1.6.2_2.13.8
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ grep -q 'optional_with_default: |bar|' output.txt
3232grep -q ' multiple: |one;two|' output.txt
3333grep -q ' multiple_pos: |a;b;c;d;e;f|' output.txt
3434grep -q ' meta_name: |test_languages_.*|' output.txt
35- grep -q ' meta_functionality_name: |test_languages_.*|' output.txt
3635grep -q ' meta_resources_dir: |..*|' output.txt
3736grep -q ' meta_cpus: |2|' output.txt
3837grep -q ' meta_memory_b: |2000000000|' output.txt
@@ -80,7 +79,6 @@ grep -q 'multiple: ||' output2.txt
8079grep -q ' multiple_pos: ||' output2.txt
8180
8281grep -q ' meta_name: |test_languages_.*|' output2.txt
83- grep -q ' meta_functionality_name: |test_languages_.*|' output2.txt
8482grep -q ' meta_resources_dir: |..*|' output2.txt
8583grep -q ' meta_cpus: |666|' output2.txt
8684grep -q ' meta_memory_b: |100000000000000000|' output2.txt
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ par_multiple_output="output*.txt"
1313par_log=" log.txt"
1414par_optional=" help"
1515par_optional_with_default=" me"
16- meta_functionality_name=" testbash"
1716meta_resources_dir=" ."
1817# VIASH END
1918
You can’t perform that action at this time.
0 commit comments