You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Topic:
By default the hld-lifecyclepipe.yaml is created to only ever trigger off of the master branch:
trigger:
branches:
include:
- master
...
Question:
Should spk be updated to also change this trigger to whichever ring/branch is set as the default in bedrock.yaml via spk ring set-default? This will define the project's "source of truth" bedrock.yaml as it may be replicated across many branches.
Also, should spk automate and manage the branches that the pipeline definitions live on?