@@ -579,6 +579,7 @@ to control / customise the behaviour of the FSL CI rules.
| `FSLCONDA_REVISION` | Recipe | No | Build a conda package from this revision, instead of the revision specified in `meta.yaml`. |
| `FSLCONDA_RECIPE_URL` | Project | No | Space separated list of recipe repository URLs, where the `fsl/<project>` / `fsl/conda/fsl-<project>` naming convention is not followed, or where multiple recipes are associated with one project. |
| `FSLCONDA_BUILD_ON_ALL_BRANCHES` | Project | No | Trigger a build on all branches of the project repository, not just on the master branch. |
| `FSLCONDA_BUILD_EXTRA_ARGS` | Recipe | No | Additional arguments to pass to `conda build`. |
| `FSLCONDA_SKIP_PLATFORM` | Recipe | No | Space-separated list of conda package platforms which should not be built - see below. |
| `FSLCONDA_SKIP_RECIPE_UPDATE` | Project | No | Do not open a merge request on the recipe repository when new tags are added to the project repository. |
| `FSLCONDA_SKIP_MANIFEST_UPDATE` | Project | No | Do not open a merge request on the fsl/conda/manifest> repository when new tags are added to the project repository. |