John Rofrano

Results 12 comments of John Rofrano

Same here. I just ran `tekton-lint` on my `.tekton` folder are received these false errors: ``` .tekton/pipeline.yaml 64:15 error Pipeline 'cd-pipeline' references task 'git-clone' but the referenced task cannot be...

@petarmaksimov I would open a separate Issue about this. It looks like `doa-gen-yaml.sh` is expecting you to build the image locally. If you change line 47 from this: ```bash IMAGE=diva-doa:latest...