1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-23 06:08:46 +00:00
catalog/test
Chmouel Boudjnah 73b9b12e53 Add add_task helper function for tests
We were previously using the outdated git_clone version 0.1 in the
add_git_clone_task function.

So let's introduce a more generic function :

```
add_task ${task} ${version}
```

if version is 'latest' it will always install the latest version of the task.

Change all pre-apply-task-hook to use that function instead.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-10-07 17:51:55 +01:00
..
e2e-common.sh Add add_task helper function for tests 2020-10-07 17:51:55 +01:00
e2e-tests.sh Bump images to 0.16.2 2020-09-15 21:33:24 +01:00
integration_test.go Add the required boilerplate to run presubmit tests in prow. 2019-05-13 11:12:56 -05:00
presubmit-tests.sh Enables the yamllint job 2020-06-25 17:20:59 +01:00
run-test.sh Add a helper script to run a task test directly from your cluster 2020-08-11 10:11:06 +01:00