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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-23 18:02:58 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-23 18:02:58 +0300
commitc1d14d3335803353d02ea749c7ef866d968124e2 (patch)
tree56e17a056646cf13489ee006433a8c6180c0df81 /.gitlab-ci.yml
parenta079bf7f9afc420cd08c2575642f820a19cd7da6 (diff)
Exclude qa-frontend from running on docs-only branches
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6cf7475afa..2c521b03863 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -760,6 +760,7 @@ qa:selectors:
- yarn install --frozen-lockfile --cache-folder .yarn-cache
- date
- yarn run webpack-prod
+ <<: *except-docs
qa-frontend-node:6:
<<: *qa-frontend-node