diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-22 12:08:15 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-22 12:08:15 -0600 |
| commit | 87c82558664e59a235591d1debd163c7a214694b (patch) | |
| tree | 51d5e4193f693b1123f1e7a0bf94ffcb466c093d | |
| parent | 321fcb6ff1e208ba64a73412042dcf765a677f51 (diff) | |
ensure 12-2 stable uses correct env variables
| -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 |
