This commit is contained in:
병준 박 2025-04-09 01:53:14 +00:00
parent 29b38d6117
commit 63eceb6d22

10
tasks/tekst/task.yaml Normal file
View 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!"