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:
authorMarcel Amirault <mamirault@gitlab.com>2023-03-08 05:30:11 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-03-08 05:30:11 +0300
commit0d4029f1954104c5a2b078f785a8c1048215ae38 (patch)
treef4254af67f36f6bb1704d870b23872c7dba16c00
parente4f29e15980b004ab33284562d52ce01254b6a27 (diff)
Run compile_prod explicitly in hourly deployments
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 9704538f..44f40883 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -100,6 +100,7 @@ default:
# Don't deploy to production for trigerred pipelines (usually review apps)
- if: '$DOCS_PROJECT_PIPELINE_TYPE == "Upstream review app pipeline"'
when: never
+ - if: '$DOCS_PROJECT_PIPELINE_TYPE == "Hourly site deployment pipeline"'
- if: '$DOCS_PROJECT_PIPELINE_TYPE == "Default branch pipeline"'
- if: '$DOCS_PROJECT_PIPELINE_TYPE == "Stable branch pipeline"'
@@ -120,4 +121,5 @@ default:
# Don't deploy to production for trigerred pipelines (usually review apps)
- if: '$DOCS_PROJECT_PIPELINE_TYPE == "Upstream review app pipeline"'
when: never
+ - if: '$DOCS_PROJECT_PIPELINE_TYPE == "Hourly site deployment pipeline"'
- if: '$DOCS_PROJECT_PIPELINE_TYPE == "Default branch pipeline"'