init
This commit is contained in:
parent
29b38d6117
commit
63eceb6d22
10
tasks/tekst/task.yaml
Normal file
10
tasks/tekst/task.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: tekton.dev/v1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: tekst
|
||||
spec:
|
||||
steps:
|
||||
- name: echo
|
||||
image: ubuntu
|
||||
script: |
|
||||
echo "Hello from Gitea Task!"
|
Loading…
x
Reference in New Issue
Block a user