akhenry / openmct-yamcs

Open MCT YAMCS plugin
14 stars 9 forks source link

Add script to checkout branch of same name in Open MCT core #407

Open scottbell opened 10 months ago

scottbell commented 10 months ago

Is your feature request related to a problem? Please describe. When creating a PR in openmct-yamcs that depends on changes in openmct core, we have to wait for the openmct branch to be merged first.

Describe the solution you'd like To resolve this, as part of the PR build process, we should attempt to checkout the openmct core branch of the same name if it exists, otherwise fallback to master.