From c82d472004c229042328a9bab2654b07789e3f71 Mon Sep 17 00:00:00 2001 From: JohnE Date: Wed, 11 Mar 2026 16:24:13 -0700 Subject: [PATCH] MOD: fix taskfile for default --- Taskfile.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) mode change 100644 => 100755 Taskfile.yaml diff --git a/Taskfile.yaml b/Taskfile.yaml old mode 100644 new mode 100755 index f33d388..2a98c06 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -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}}