Skip to content

Commit 716acf4

Browse files
build: fix taskfile
Signed-off-by: Zsolt Kacsándi <[email protected]>
1 parent 7e8bad3 commit 716acf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Taskfile.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ includes:
99
flatten: true
1010
dir: ./control-plane
1111
data-plane:
12-
taskfile: data-plane/Taskfile.yml
12+
taskfile: data-plane/Taskfile.yaml
1313
flatten: true
1414
dir: ./data-plane
1515

1616
silent: true
1717

1818
tasks:
19+
default:
20+
cmds:
21+
- task: toolchain:print-vars
22+
- task -l
23+
1924
version:
2025
desc: Get version
2126
cmds:

data-plane/Taskfile.yml renamed to data-plane/Taskfile.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ vars:
2424
CARGO_COMPONENTS: "cargo-sort cargo-audit cargo-llvm-cov [email protected] [email protected] typos-cli"
2525

2626
tasks:
27-
default:
28-
cmds:
29-
- task: toolchain:print-vars
30-
- task -l
31-
3227
data-plane:fmt:
3328
desc: "Format the code"
3429
cmds:

0 commit comments

Comments
 (0)