task icon indicating copy to clipboard operation
task copied to clipboard

A task runner / simpler Make alternative written in Go

Results 308 task issues
Sort by recently updated
recently updated
newest added

- Task version: v3.36.0 - Operating system: windiws - Experiments enabled: no I'm running job with `--watch` ```text fatal error: concurrent map writes goroutine 10 [running]: github.com/go-task/task/v3/internal/omap.(*OrderedMap[...]).Set(...) github.com/go-task/task/[email protected]/internal/omap/orderedmap.go:67 github.com/go-task/task/v3.(*Executor).GetTask(0xc00010f7c0, 0xc000071020)...

type: bug

- Task version: 3.36.0 - Operating system: Linux (probably others) - Experiments enabled: none We need 2 task files (see https://taskfile.dev/usage/#vars-of-included-taskfiles): `Taskfile.yml`: ```yml version: '3' includes: subA: taskfile: DockerBuild.yml subB:...

state: needs triage

If use the template default method, cannot use shell commands to obtain the default value.

state: needs triage

- Task version: 3 - Operating system: Linux - Experiments enabled: false I'm having a very simple issue. I'm trying to build a couple of go lambda functions like ```...

state: needs triage

![image](https://github.com/go-task/task/assets/1881126/fb478c66-f4c8-4766-bcf4-8eac5de65098)

state: needs triage

I expected the included taskfile to exit 1 because it uses the passed `CODE` var that was passed to it, but it seems to be unset and uses the `default`...

state: needs triage

![image](https://github.com/go-task/task/assets/1881126/24580fa7-42bc-427b-b2a5-4e36a0d34871) https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config

state: needs triage

Hello, I am running a task with a watcher inside a docker container to reload te server when any file changes. While everything was working when the user was root,...

state: needs triage

It's pretty common to use a task file to invoke building other dependencies, and those other dependencies frequently use systems like make or cmake. It would be nice if task...

state: needs triage