1
0
mirror of https://github.com/go-task/task.git synced 2025-06-08 23:56:21 +02:00

Merge pull request #165 from 0xflotus/patch-1

fixed docs
This commit is contained in:
Andrey Nering 2019-01-21 23:00:01 -02:00 committed by GitHub
commit 4ac1fa43aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ the binaries:
* Updating the current version on [snapcraft.yaml][snapcraftyaml]; * Updating the current version on [snapcraft.yaml][snapcraftyaml];
* Moving both `i386` and `amd64` new artifacts to the stable channel on * Moving both `i386` and `amd64` new artifacts to the stable channel on
the [Snapscraft dashboard][snapcraftdashboard] the [Snapcraft dashboard][snapcraftdashboard]
# Scoop # Scoop

View File

@ -638,7 +638,7 @@ tasks:
- echo "Hello World" - echo "Hello World"
``` ```
`ignore_error` can also be set for a task, which mean errors will be supressed `ignore_error` can also be set for a task, which mean errors will be suppressed
for all commands. But keep in mind this option won't propagate to other tasks for all commands. But keep in mind this option won't propagate to other tasks
called either by `deps` or `cmds`! called either by `deps` or `cmds`!