You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% tkn pac generate --overwrite --branch main --event-type pull_request -f .tekton/another.yaml
Error: cannot write template to .tekton/another.yaml: open .tekton/another.yaml: no such file or directory
probably should mkdirAll the dirname of the file
The text was updated successfully, but these errors were encountered:
Before this patch when .tekton directory is not there and if user runs
`tkn pac generate -f` command then it used to return an error
Now with this patch if .tekton directory is not there and the command is
executed then directory is created and it generates the pipelinerun yaml
based on the name provided by the user
Fixes: openshift-pipelines#1849
Signed-off-by: PuneetPunamiya <[email protected]>
probably should mkdirAll the dirname of the file
The text was updated successfully, but these errors were encountered: