diff options
| -rw-r--r-- | .env.12-5-stable | 3 | ||||
| -rw-r--r-- | .gitlab-ci.yml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.env.12-5-stable b/.env.12-5-stable new file mode 100644 index 0000000..8199a39 --- /dev/null +++ b/.env.12-5-stable @@ -0,0 +1,3 @@ +FEATURE_RUBY_REPORT 'true' +LM_REPORT_VERSION '1.1' +LM_V1_CANONICALIZE 'false' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d998e7d..e3340b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,6 +236,11 @@ major: latest: extends: .release +12-5-stable: + extends: .release + variables: + DOTENV: ".env.12-5-stable" + 12-4-stable: extends: .release variables: |
