diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64fe0d49..5f4c48a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,15 @@ Manually run the pre-commit hooks against all files ```bash pre-commit run -a ``` + +Building locally +------------------------------------------------------------------------------- +Clone the python-devops repository locally. From the top level directory, run +``` +make install build +``` + +NOTE: if building on MacOS you will need to first install pandoc: +``` +brew install pandoc +``` \ No newline at end of file diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 324a45c1..cf5a4c25 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -278,6 +278,12 @@ spec: value: "{{ cpd_install_openscale }}" - name: cpd_install_cognos value: "{{ cpd_install_cognos }}" + - name: cpd_install_ws + value: "{{ cpd_install_ws }}" + - name: cpd_install_wml + value: "{{ cpd_install_wml }}" + - name: cpd_install_ae + value: "{{ cpd_install_ae }}" {%- endif %} # Dependencies - SLS