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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-05 16:57:34 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-05 16:57:34 +0300
commitd69385d6c58928cb53d4fffe15ee508c297f7799 (patch)
tree390a5b631f61cc5b38bcc8852ce46a8be07afa63 /.gitlab-ci.yml
parent5191a95cf124b0e62eb3127eda0c04a9594797a9 (diff)
Revert "Do not run pipelines invoked via the API"
This reverts commit 37587c2b638c7bfc81a9723380af518a66d6a104
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml20
1 files changed, 5 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be4e7276..f1f9126e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,8 +53,7 @@ compile_prod:
- /^\d{1,2}\.\d{1,2}$/
#
-# Compile on all branches except master, stable branches
-# and pipelines triggered using the API.
+# Compile on all branches except master
#
compile_dev:
<<: *build_base
@@ -62,7 +61,6 @@ compile_dev:
- branches
except:
- master
- - api
- /^\d{1,2}\.\d{1,2}$/
###############################################
@@ -83,15 +81,12 @@ internal_links:
- vendor/ruby
tags:
- docker
- # Skip this job when it's invoked by a cross project pipeline (pipelines),
- # a trigger (triggers) and via the API (api). That will speed
+ # Skip this job when it's invoked by a cross project pipeline. That will speed
# up the pipeline when a docs preview is triggered. We already check for
# internal links in every MR anyway. For more info:
# https://docs.gitlab.com/ee/development/writing_documentation.html#previewing-the-changes-live
except:
- pipelines
- - triggers
- - api
#
# SCSS linting
@@ -106,15 +101,12 @@ scss_lint:
- vendor/ruby
tags:
- docker
- # Skip this job when it's invoked by a cross project pipeline (pipelines),
- # a trigger (triggers) and via the API (api). That will speed
+ # Skip this job when it's invoked by a cross project pipeline. That will speed
# up the pipeline when a docs preview is triggered. The triggered pipeline is
# always a branch off master which should be green anyway. For more info:
# https://docs.gitlab.com/ee/development/writing_documentation.html#previewing-the-changes-live
except:
- pipelines
- - triggers
- - api
###############################################
# Review Apps #
@@ -139,11 +131,10 @@ review:
on_stop: review_stop
only:
- branches@gitlab-com/gitlab-docs
- # Except master, stable branches and pipelines triggered via API
+ # Except master and stable branches
except:
- master
- /^\d{1,2}\.\d{1,2}$/
- - api
tags:
- nginx
- review-apps
@@ -167,11 +158,10 @@ review_stop:
action: stop
only:
- branches@gitlab-com/gitlab-docs
- # Except master, stable branches and pipelines triggered via API
+ # Except master and stable branches
except:
- master
- /^\d{1,2}\.\d{1,2}$/
- - api
tags:
- nginx
- review-apps