diff --git a/docs/usage.md b/docs/usage.md index 4e657149..48f52242 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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. diff --git a/variables.go b/variables.go index 59b1ac81..d90b331a 100644 --- a/variables.go +++ b/variables.go @@ -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,