Skip to content

Commit eb9011e

Browse files
committed
Change workflow to contain just cesm.duckdb
1 parent d38dc0f commit eb9011e

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.spinetoolbox/project.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -431,16 +431,6 @@
431431
"type": "path",
432432
"relative": true,
433433
"path": "data/cesm.duckdb"
434-
},
435-
{
436-
"type": "path",
437-
"relative": true,
438-
"path": "data/cesm_sample.duckdb"
439-
},
440-
{
441-
"type": "path",
442-
"relative": true,
443-
"path": "data/cesm_flextool.duckdb"
444434
}
445435
],
446436
"file_patterns": [],
@@ -461,7 +451,7 @@
461451
},
462452
{
463453
"type": "literal",
464-
"arg": "data/cesm_sample.duckdb"
454+
"arg": "data/cesm.duckdb"
465455
},
466456
{
467457
"type": "literal",
@@ -517,7 +507,7 @@
517507
"cmd_line_args": [
518508
{
519509
"type": "resource",
520-
"arg": "<project>/data/cesm_flextool.duckdb"
510+
"arg": "<project>/data/cesm.duckdb"
521511
},
522512
{
523513
"type": "resource",
@@ -793,7 +783,7 @@
793783
},
794784
{
795785
"type": "literal",
796-
"arg": "data/cesm_flextool.duckdb"
786+
"arg": "data/cesm.duckdb"
797787
},
798788
{
799789
"type": "literal",
@@ -886,7 +876,7 @@
886876
"cmd_line_args": [
887877
{
888878
"type": "resource",
889-
"arg": "<project>/data/cesm_sample.duckdb"
879+
"arg": "<project>/data/cesm.duckdb"
890880
},
891881
{
892882
"type": "literal",

0 commit comments

Comments
 (0)