diff options
| -rw-r--r-- | .env.12-2-stable | 3 | ||||
| -rw-r--r-- | .gitlab-ci.yml | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.env.12-2-stable b/.env.12-2-stable new file mode 100644 index 0000000..3e94bc7 --- /dev/null +++ b/.env.12-2-stable @@ -0,0 +1,3 @@ +FEATURE_RUBY_REPORT 'false' +LM_REPORT_VERSION 1 +LM_V1_CANONICALIZE 'false' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26d5311..d685161 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,8 @@ latest: 12-2-stable: extends: .release - extends: .dotenv-legacy + variables: + DOTENV: ".env.12-2-stable" 12-1-stable: extends: .dotenv-legacy |
