1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/maven/0.2/tests
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
..
pre-apply-task-hook.sh Add add_task helper function for tests 2020-10-07 17:51:55 +01:00
resources.yaml Improve maven task in case of multi-module maven projects 2020-08-28 14:22:11 +01:00
run.yaml Improve maven task in case of multi-module maven projects 2020-08-28 14:22:11 +01:00