neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

chore: Trigger COPR to build rpm #94

Closed netoarmando closed 3 years ago

netoarmando commented 3 years ago

Add action step to trigger COPR after a new release is created.

Using Github's built-in webhooks failed to talk to COPR "after release", so this should be more reliable.


TO DO:

netoarmando commented 3 years ago

I have no problem with this way of triggering. Just a note, if the semantic release will not release newer version (commits are only chore, refactor, etc.) the pipeline result will be green and release will not be created. See:https://github.com/neoave/mrack/actions/runs/679553191

That's a good point, but we are ok, for those cases a new build will be triggered, but based on the same release.

Merging this, we can revisit it in the future.