mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-26 06:23:37 +00:00
This patch splits create-gitlab-release task from the gitlab directory
Changes include: - moves create-gitlab-release task to the task directory Issue: #386 Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
This commit is contained in:
parent
df881aaadc
commit
51e52b8ae0
@ -13,7 +13,7 @@ Task can also be used to upload `assets` including `binaries` of the released ve
|
||||
## Install the Task
|
||||
|
||||
```
|
||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/gitlab/create-gitlab-release/create-gitlab-release.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/create-gitlab-release/0.1/create-gitlab-release.yaml
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@ -53,4 +53,4 @@ stringData:
|
||||
GITLAB_TOKEN: $(personal-gitlab-token)
|
||||
```
|
||||
|
||||
This [example](../gitlab/create-gitlab-release/example/run.yaml) can be referred to create Taskrun for Gitlab release.
|
||||
This [example](../gitlab/create-gitlab-release/example/run.yaml) can be referred to create Taskrun for Gitlab release.
|
Loading…
Reference in New Issue
Block a user