openshift / pipelines-tutorial

A step-by-step tutorial showing OpenShift Pipelines
Apache License 2.0
299 stars 631 forks source link

demo: fix hardcoded pipelines-tutorial string #20

Closed sthaha closed 5 years ago

sthaha commented 5 years ago

Currently, running pipeline using the demo script fails unless the current namespace is "pipelines-tutorial" as the namespace and image push url hard codes the it.

This patch replaces all occurences of "pipelines-tutorial" with $NAMESPACE to fix this issue.

Signed-off-by: Sunil Thaha sthaha@redhat.com

chmouel commented 5 years ago

/lgtm