File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.7/git-clone.yaml
29
29
# go-crane-image
30
- kubectl create -f ./tasks/ go-crane-image/go-crane-image.yaml
31
- kubectl create -f ./tasks/ go-crane-image/tests/run.yaml
30
+ kubectl create -f ./go-crane-image/go-crane-image.yaml
31
+ kubectl create -f ./go-crane-image/tests/run.yaml
32
32
33
33
tkn pipelinerun logs -f go-crane-image-test-run
34
34
tkn pipelinerun describe go-crane-image-test-run
41
41
#fi
42
42
43
43
# go-ko-image
44
- kubectl create -f ./tasks/ go-ko-image/go-ko-image.yaml
45
- kubectl create -f ./tasks/ go-ko-image/tests/run.yaml
44
+ kubectl create -f ./go-ko-image/go-ko-image.yaml
45
+ kubectl create -f ./go-ko-image/tests/run.yaml
46
46
47
47
tkn pipelinerun logs -f go-ko-image-test-run
48
48
tkn pipelinerun describe go-ko-image-test-run
You can’t perform that action at this time.
0 commit comments