You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt update && apt install -y curl
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
TASK_X_REMOTE_TASKFILES=1 poetry run ./bin/task cpn:cq
but I get an error: go-task/task info installed ./bin/task task: Taskfile "https://gitlab.internal.company.com/cq-template/-/raw/main/Taskfile.yml" not trusted by user
The text was updated successfully, but these errors were encountered:
You can add the --yes flag to automatically accept the prompt
You can find this in the doc :
Sometimes you need to run Task in an environment that does not have an interactive terminal, so you are not able to accept a prompt. In these cases you are able to tell task to accept these prompts automatically by using the --yes flag. Before enabling this flag, you should:
Be sure that you trust the source and contents of the remote Taskfile.
Consider using a pinned version of the remote Taskfile (e.g. A link containing a commit hash) to prevent Task from automatically accepting a prompt that says a remote Taskfile has changed.
I am running Taskfile in CI.
but I get an error:
go-task/task info installed ./bin/task task: Taskfile "https://gitlab.internal.company.com/cq-template/-/raw/main/Taskfile.yml" not trusted by user
The text was updated successfully, but these errors were encountered: