update
This commit is contained in:
13
hello-task.yaml
Normal file
13
hello-task.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: tekton.dev/v1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: hello-task
|
||||
namespace: tekton-demo
|
||||
spec:
|
||||
steps:
|
||||
- name: echo-hello
|
||||
image: ubuntu:20.04
|
||||
script: |
|
||||
#!/bin/bash
|
||||
echo "✅ Hello from Tekton Task!"
|
||||
|
Reference in New Issue
Block a user