AdlerFarHorizons / NITELite-pipeline

Code to process images and data taken with the HAB NITELite instrument.
GNU General Public License v3.0
1 stars 7 forks source link

Create per-build git branches #14

Open zhafen opened 5 months ago

zhafen commented 5 months ago

Is your feature request related to a problem? Please describe. Currently to change pipeline parameters users edit one of the configs in the main branch. This introduces two problems:

  1. each user must have permission to push or must go through a PR each time
  2. if multiple users are using the pipeline this is prone to confusion

Describe the solution you'd like Set up permission to enable any user to create a branch and then select that branch via an environment variable in the CodeBuild parameters.