Apply suggestions from code review

Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
This commit is contained in:
Stephen Prater
2019-08-25 09:39:39 -07:00
co-authored by Andrey Nering
parent 1ee684b7c0
commit e0f72a6193
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ tasks:
```
Normally, you would use either `status` or `sources` in combination with
`generates` - but for tasks that generate remote artifacts (docker images,
`generates` - but for tasks that generate remote artifacts (Docker images,
deploys, CD releases) the checksum source and timestamps require either
access to the artifact or for an out-of-band refresh of the `.checksum`
fingerprint file.
-1
View File
@@ -65,7 +65,6 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
}
if len(origTask.Status) > 0 {
e := &Executor{
Dir: new.Dir,
Stdout: ioutil.Discard,