Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
6 changes: 6 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down