Skip to content

Commit

Permalink
Add a Tekton version info to the git-clone README
Browse files Browse the repository at this point in the history
The version of the `git-clone` task on the master branch of the catalog is only compatible with 0.11-rc1 and above because I modified it to start using Task Results.  We've got stuff in the works related to versioning of the catalog but at the very least this version info should be documented.

This PR adds version information to the README so that at least we have this documented somewhere.
  • Loading branch information
Scott authored and tekton-robot committed Mar 19, 2020
1 parent f22332e commit cb0b901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ in your Pipeline.

## `git-clone`

**Please Note: this Task is only compatible with Tekton Pipelines versions 0.11-rc1 and greater!**

This `Task` has two required inputs:

1. The URL of a git repo to clone provided with the `url` param.
Expand Down

0 comments on commit cb0b901

Please sign in to comment.