-
-
Notifications
You must be signed in to change notification settings - Fork 782
Closed
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.
Description
Tasfile:
create:
cmds:
- touch the-new-rpm.rpm
clean-rpm:
deps:
- create
cmds:
- rm *.rpmProduces:
task clean-rpm
touch the-new-rpm.rpm
rm *.rpm
rm: cannot remove '*.rpm': No such file or directory
task: Failed to run task "clean-rpm": exit status 1Does this not work anymore with the go native sh interpreter?
If so, it should probably documented somewhere.
Metadata
Metadata
Assignees
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.