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}}