Centralize all the the git-clone apply commands we had around the
pre-apply-task-hook to a central common function.
This will make easier to have the same git-clone task version used everywhere.
Add some documentation about the helper functions along the way.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
We don't really have a concept in Tekton of something called a "Workspace volume",
but multiple READMEs now refer to it.
This commit removes the term "Workspace volume" in favor of simply "Workspace".
Changes include:
- moves the golangci-lint task to the task directory
- moves the OWNERS to golangci-lint task
- moves and modifies readme file from golang
to golangci-lint task
- moves test directory from golang to golangci-lint task
- changes the yaml filename to match the resource name
Issue: #386
Signed-off-by: Shiv Verma <shverma@redhat.com>