Skip to content

scd reduction tools Submodule Update Pipeline

Hetrick, John requested to merge test-scd-reduction into main

Update the scd-reduction-tools CI/CD pipeline (`gitlab-ci.yml` file) to support new mechanism for submodule update in `conda-deploy`. On push (change) this repo will trigger conda-deploy to update its submodule refspec to the latest recipe files. The trigger only happens if a recipe file is modified. If the modifications are not on the default (master) branch, then the update is done on the `conda-deploy` branch `borealis-submodule`.

The job(s) that perform the submodule update are included in this project's gitlab-ci.yml file from conda-deploy. This ensures the same code is executed for all submodules.

Note that the gitlab-ci.yml file has been rewritten to only include the submodule update at this point. The rest of the workflow did not work and has been removed.

Merge request reports