MOD: fix taskfile for default
This commit is contained in:
parent
58389ad685
commit
c82d472004
|
|
@ -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:
|
default:
|
||||||
desc: Run the default CI pipeline
|
|
||||||
cmds:
|
cmds:
|
||||||
- task: ci
|
- task --list --taskfile {{.TASKFILE}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue