File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,3 +38,15 @@ Manually run the pre-commit hooks against all files
3838``` bash
3939pre-commit run -a
4040```
41+
42+ Building locally
43+ -------------------------------------------------------------------------------
44+ Clone the python-devops repository locally. From the top level directory, run
45+ ```
46+ make install build
47+ ```
48+
49+ NOTE: if building on MacOS you will need to first install pandoc:
50+ ```
51+ brew install pandoc
52+ ```
Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ spec:
278278 value: "{{ cpd_install_openscale }}"
279279 - name: cpd_install_cognos
280280 value: "{{ cpd_install_cognos }}"
281+ - name: cpd_install_ws
282+ value: "{{ cpd_install_ws }}"
283+ - name: cpd_install_wml
284+ value: "{{ cpd_install_wml }}"
285+ - name: cpd_install_ae
286+ value: "{{ cpd_install_ae }}"
281287{% - endif %}
282288
283289 # Dependencies - SLS
You can’t perform that action at this time.
0 commit comments