Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brightspace/bdp-ci-action

Github actions for BDP CI/CD
https://github.com/brightspace/bdp-ci-action

Last synced: 5 days ago
JSON representation

Github actions for BDP CI/CD

Awesome Lists containing this project

README

        

# bdp-ci-action
Github actions for BDP CI

## java-build
- If DEPLOY="true" is set on a component's CI then this script only releases commits to master to Artifactory.
If a developer needs to publish a development build simply change the component CI to use DEPLOY="force" on the development branch.

- By default the java-build will assume that both Jacoco and Coveralls are enabled plugins. You can overwrite
the coverage directives with `CODE_COVERAGE_COMMANDS=`. An empty string disables code coverage.