edmcouncil / ontology-publisher

The owl-builder "builds" publishable / deployable versions (and derived products) of a given set of ontologies (such as FIBO)
MIT License
7 stars 6 forks source link

Remove `return 1` as the end of hygiene tests #167

Closed przemekgradzki closed 2 months ago

przemekgradzki commented 2 months ago

In the following places: https://github.com/edmcouncil/ontology-publisher/blob/800ce44d1cc1fb7df4ab413e94b40da383aefae9/publisher/product/ontology/build.sh#L231 https://github.com/edmcouncil/ontology-publisher/blob/800ce44d1cc1fb7df4ab413e94b40da383aefae9/publisher/product/ontology/build.sh#L238

the hygiene test stage is exited with the Failed stage status.

Due to edmcouncil/devops#35 Failed stage will be handled in Jenkinsfiles, so return 1 should be removed.