summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mkhan@gitlab.com>2019-09-24 01:14:46 +0000
committerOlivier Gonzalez <ogonzalez@gitlab.com>2019-09-24 01:14:46 +0000
commit9679d5fcba44ec7abab029d13723a19722fa8f97 (patch)
treecf7a576140dff4700b78f293782da9fcea02d360
parentab145d4ef6f6dd556c3d3776956ff13d13833024 (diff)
Make v1.1 the default report version for 12-4
-rw-r--r--.env.12-4-stable3
-rw-r--r--.gitlab-ci.yml5
2 files changed, 8 insertions, 0 deletions
diff --git a/.env.12-4-stable b/.env.12-4-stable
new file mode 100644
index 0000000..8199a39
--- /dev/null
+++ b/.env.12-4-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 ee0a993..473d74e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,6 +254,11 @@ major:
latest:
extends: .release
+12-4-stable:
+ extends: .release
+ variables:
+ DOTENV: ".env.12-4-stable"
+
12-3-stable:
extends: .release
variables: