MOD: fix taskfile for default

This commit is contained in:
JohnE 2026-03-11 16:24:13 -07:00
parent 58389ad685
commit c82d472004
1 changed files with 7 additions and 4 deletions

11
Taskfile.yaml Normal file → Executable file
View File

@ -248,9 +248,12 @@ tasks:
)
)
# ── Default ─────────────────────────────────────────────────────────────
##### ##### ##### ##### ##### ##### ##### ##### ##### #####
# Default
#
# if we are executed with option of "--taskfile", and no task, so this default...that is why we pass it along
# --taskfile {{.TASKFILE}}
# we spent several hours fixing that out, because of PEBKAC
default:
desc: Run the default CI pipeline
cmds:
- task: ci
- task --list --taskfile {{.TASKFILE}}