-
-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.area: wildcardsChanges related to wildcard matchingChanges related to wildcard matching
Description
Description
Say I set up a task like so:
run: once
tasks:
deploy:all:
deps:
- deploy:redis
- deploy:postgres
deploy:*:
cmd: echo "deploying {{ index .MATCH 0 }}"Only one service (random) ends up deployed. The reason being that deploy:* is treated as a single task, and is only called once.
Version
3.41.0
Operating system
macOS 15.5
Experiments Enabled
No response
Example Taskfile
Metadata
Metadata
Assignees
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.area: wildcardsChanges related to wildcard matchingChanges related to wildcard matching