nodejs-mcm-pl.yaml & clone-ops-update-repo-task.yaml was changed because it had syntax errors in which it would not add to the kabanero custom resource.
I also created a template folder in which users can copy and paste to add their bindings , pipelines , tasks and templates.
I also included the package-release-update-pl which is responsible in automating the ./run.sh script.
There was an issue that @Andrew.Suh resolved where if the user does a clone via ssh the user became unable to create a release. This has been resolved by checking what protocol the user is using and making the correct curl calls.
This pull request includes the following changes,
nodejs-mcm-pl.yaml
&clone-ops-update-repo-task.yaml
was changed because it had syntax errors in which it would not add to the kabanero custom resource.I also created a template folder in which users can copy and paste to add their
bindings
,pipelines
,tasks
andtemplates
.I also included the
package-release-update-pl
which is responsible in automating the./run.sh
script.There was an issue that @Andrew.Suh resolved where if the user does a clone via ssh the user became unable to create a release. This has been resolved by checking what protocol the user is using and making the correct curl calls.