Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/build-and-deploy.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab/ci/build-and-deploy.gitlab-ci.yml b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
index 13b0344b..0dc25c4a 100644
--- a/.gitlab/ci/build-and-deploy.gitlab-ci.yml
+++ b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
@@ -75,8 +75,6 @@ compile_dev:
extends:
- .rules_dev
- .build_base
- variables:
- SEARCH_BACKEND: 'lunr'
script:
- !reference [".compile-and-minify-scripts", "script"]
- !reference [".gzip-scripts", "script"]
@@ -88,8 +86,6 @@ compile_upstream_review_app:
extends:
- .rules_upstream_review_app
- .build_base
- variables:
- SEARCH_BACKEND: 'lunr'
script:
- !reference [".compile-and-minify-scripts", "script"]