exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

Customize build steps in `release.yml` and `ci-build.yml` #519

Closed kaklakariada closed 6 months ago

kaklakariada commented 8 months ago

Goal: Custom preparation / build / cleanup steps

Some projects need custom preparation / build / cleanup steps like installing additional tools (Go, node, ...), writing test config files, passing secrets as env variables to the build step or deleting resources afterwards.

Implementation

Option questions

Out of scope: