- Issue created by @catch
- πΊπΈUnited States phenaproxima Massachusetts
To do this, let's alter
.gitlab-ci,yml
such that there are two environment variables that make up the "canary" configuration:CANARY_CORE_RECOMMENDED
: The constraint used fordrupal/core-recommended
.CANARY_PREFER_STABLE
: The value of Composer'sprefer-stable
flag:true
orfalse
.
Then we can configure multiple overnight canary jobs that use different values for these two variables.
- Merge request !470Add CANARY_CORE_RECOMMENDED and CANARY_PREFER_STABLE variables β (Open) created by phenaproxima