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:
authorSarah German <sgerman@gitlab.com>2023-03-10 21:14:01 +0300
committerSarah German <sgerman@gitlab.com>2023-03-10 21:14:01 +0300
commitad0043411b0ff8bcc30620a593576cffea7ce474 (patch)
tree99379caa379b87a4ce3dfe9e0f493ba5d9038f6e /.gitlab
parent2cf57151306fc87a94e52b61130db1dad82508a2 (diff)
parentf1f77b68e812636414465d317f384e4a4c8976da (diff)
Merge branch 'fix-gps-test-pipelines' into 'main'
Move search backend variable to workflow rules Closes #1533 See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3646 Merged-by: Sarah German <sgerman@gitlab.com> Approved-by: Sarah German <sgerman@gitlab.com> Co-authored-by: Marcel Amirault <mamirault@gitlab.com>
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"]