mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Instead "rebuild_package" use "trigger_services" for OBS integration, otherwise the same old package is rebuild again and again.
11 lines
175 B
YAML
11 lines
175 B
YAML
rebuild_master:
|
|
steps:
|
|
- trigger_services:
|
|
project: home:Rafostar
|
|
package: clapper
|
|
filters:
|
|
event: push
|
|
branches:
|
|
only:
|
|
- master
|